diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-06 18:02:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-06 18:02:12 (GMT) |
commit | 0926ad1f05f06233a7595b9f837cc3c5ee5fe46d (patch) | |
tree | 7bc723cd73aaaa3557b9da6d4e6ecc979aaa57ec /Misc | |
parent | 3bbbf18a38ad2af62a090692acb6f1299baf9aba (diff) | |
download | cpython-0926ad1f05f06233a7595b9f837cc3c5ee5fe46d.zip cpython-0926ad1f05f06233a7595b9f837cc3c5ee5fe46d.tar.gz cpython-0926ad1f05f06233a7595b9f837cc3c5ee5fe46d.tar.bz2 |
give the C implementation of TextIOWrapper the errors property #6217
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ Core and Builtins Library ------- +- Issue #6217: The C implementation of io.TextIOWrapper didn't include the + errors property. Additionally, the errors and encoding properties of StringIO + are always None now. + - Issue #6137: The pickle module now translates module names when loading or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the |