@@ -2237,7 +2237,7 @@ Library
2237
2237
attribute which allows setting custom per-pickler reduction functions.
2238
2238
Patch by sbt.
2239
2239
2240
- - Issue #14177: marshal.loads() now raises TypeError when given an unicode
2240
+ - Issue #14177: marshal.loads() now raises TypeError when given a unicode
2241
2241
string. Patch by Guilherme Gonçalves.
2242
2242
2243
2243
- Issue #13550: Remove the debug machinery from the threading module: remove
@@ -8304,7 +8304,7 @@ Library
8304
8304
- Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
8305
8305
8306
8306
- Issue #5006: Better handling of unicode byte-order marks (BOM) in the io
8307
- library. This means, for example, that opening an UTF-16 text file in
8307
+ library. This means, for example, that opening a UTF-16 text file in
8308
8308
append mode doesn't add a BOM at the end of the file if the file isn't
8309
8309
empty.
8310
8310
@@ -9328,7 +9328,7 @@ Library
9328
9328
- Issue #4756: zipfile.is_zipfile() now supports file-like objects. Patch by
9329
9329
Gabriel Genellina.
9330
9330
9331
- - Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char
9331
+ - Issue #4574: reading a UTF16-encoded text file crashes if \r on 64-char
9332
9332
boundary.
9333
9333
9334
9334
- Issue #4223: inspect.getsource() will now correctly display source code
@@ -9929,7 +9929,7 @@ Extension Modules
9929
9929
exploitation of poor argument checking.
9930
9930
9931
9931
- bsddb code updated to version 4.7.3pre2. This code is the same than
9932
- Python 2.6 one, since the intention is to keep an unified 2.x/3.x codebase.
9932
+ Python 2.6 one, since the intention is to keep a unified 2.x/3.x codebase.
9933
9933
The Python code is automatically translated using "2to3". Please, do not
9934
9934
update this code in Python 3.0 by hand. Update the 2.6 one and then
9935
9935
do "2to3".
@@ -18936,7 +18936,7 @@ Core language, builtins, and interpreter
18936
18936
18937
18937
- There is a new Unicode companion to the PyObject_Str() API
18938
18938
called PyObject_Unicode(). It behaves in the same way as the
18939
- former, but assures that the returned value is an Unicode object
18939
+ former, but assures that the returned value is a Unicode object
18940
18940
(applying the usual coercion if necessary).
18941
18941
18942
18942
- The comparison operators support "rich comparison overloading" (PEP
0 commit comments