Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd695a7 commit 12e74b3Copy full SHA for 12e74b3
1 file changed
Misc/NEWS
@@ -3,6 +3,11 @@ What's New in Python 2.2a0?
3
4
Core
5
6
+- The UTF-16 codec was modified to be more RFC compliant. It will now
7
+ only remove BOM characters at the start of the string and then
8
+ only if running in native mode (UTF-16-LE and -BE won't remove a
9
+ leading BMO character).
10
+
11
- Strings now have a new method .decode() to complement the already
12
existing .encode() method. These two methods provide direct access
13
to the corresponding decoders and encoders of the registered codecs.
0 commit comments