summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-06 18:02:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-06 18:02:12 (GMT)
commit0926ad1f05f06233a7595b9f837cc3c5ee5fe46d (patch)
tree7bc723cd73aaaa3557b9da6d4e6ecc979aaa57ec /Misc
parent3bbbf18a38ad2af62a090692acb6f1299baf9aba (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c37a80..dd544dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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