diff options
author | Marc-André Lemburg <mal@egenix.com> | 2002-04-05 12:15:05 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2002-04-05 12:15:05 (GMT) |
commit | 4179a01bb72b9034d2de8d5644c5217b69aaf300 (patch) | |
tree | edb8b2115630ab8115a07ddc413d33826daad55c /Misc | |
parent | 3ccb09cba3e966d50f108406a86b9b9cac56c66e (diff) | |
download | cpython-4179a01bb72b9034d2de8d5644c5217b69aaf300.zip cpython-4179a01bb72b9034d2de8d5644c5217b69aaf300.tar.gz cpython-4179a01bb72b9034d2de8d5644c5217b69aaf300.tar.bz2 |
Comment about UTF-16 changes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |