Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4179a01

Browse files
committed
Comment about UTF-16 changes.
1 parent 3ccb09c commit 4179a01

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ Extension modules
6363

6464
Library
6565

66+
- The UTF-16, -LE and -BE now raise a NotImplementedError
67+
for all calls to .readline(). Previously, they used to just
68+
produce garbage or fail with an encoding error -- UTF-16 is
69+
a 2-byte encoding and the C lib's line reading APIs don't
70+
work well with these.
71+
6672
- compileall now supports quiet operation.
6773

6874
- The BaseHTTPServer implements now optionally HTTP/1.1 persistent

0 commit comments

Comments
 (0)