Kaydet (Commit) 4179a01b authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

Comment about UTF-16 changes.

üst 3ccb09cb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment