]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added NEWS item for the UTF-16 change.
authorMarc-André Lemburg <mal@egenix.com>
Tue, 22 May 2001 08:58:23 +0000 (08:58 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 22 May 2001 08:58:23 +0000 (08:58 +0000)
Misc/NEWS

index 44cf065d2f933e52d3d75dd681037117076dfc03..c11bf0858c6aa80772cee0e7de3bb9c7f8f13f6c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3,6 +3,11 @@ What's New in Python 2.2a0?
 
 Core
 
+- The UTF-16 codec was modified to be more RFC compliant. It will now
+  only remove BOM characters at the start of the string and then
+  only if running in native mode (UTF-16-LE and -BE won't remove a
+  leading BMO character).
+
 - Strings now have a new method .decode() to complement the already
   existing .encode() method. These two methods provide direct access
   to the corresponding decoders and encoders of the registered codecs.