summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2002-04-05 12:15:05 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2002-04-05 12:15:05 (GMT)
commit4179a01bb72b9034d2de8d5644c5217b69aaf300 (patch)
treeedb8b2115630ab8115a07ddc413d33826daad55c /Misc
parent3ccb09cba3e966d50f108406a86b9b9cac56c66e (diff)
downloadcpython-4179a01bb72b9034d2de8d5644c5217b69aaf300.zip
cpython-4179a01bb72b9034d2de8d5644c5217b69aaf300.tar.gz
cpython-4179a01bb72b9034d2de8d5644c5217b69aaf300.tar.bz2
Comment about UTF-16 changes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15a049d..7b6b449 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,12 @@ Extension modules
Library
+- The UTF-16, -LE and -BE now raise a NotImplementedError
+ for all calls to .readline(). Previously, they used to just
+ produce garbage or fail with an encoding error -- UTF-16 is
+ a 2-byte encoding and the C lib's line reading APIs don't
+ work well with these.
+
- compileall now supports quiet operation.
- The BaseHTTPServer implements now optionally HTTP/1.1 persistent