Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccb09c commit 4179a01Copy full SHA for 4179a01
1 file changed
Misc/NEWS
@@ -63,6 +63,12 @@ Extension modules
63
64
Library
65
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
+
72
- compileall now supports quiet operation.
73
74
- The BaseHTTPServer implements now optionally HTTP/1.1 persistent
0 commit comments