summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-09-03 13:32:24 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-09-03 13:32:24 (GMT)
commit9fd5374d4e7d75bfdaa862df15d0f3fbee5b18ca (patch)
tree54ef5a44a19832e93163e47396e9e352ff4ede91 /Misc/NEWS
parent35c912f3a2910c744b569eac88c2c404c625368e (diff)
parentf6f3a3544783496301537bc5c946b58b0e5cbac8 (diff)
downloadcpython-9fd5374d4e7d75bfdaa862df15d0f3fbee5b18ca.zip
cpython-9fd5374d4e7d75bfdaa862df15d0f3fbee5b18ca.tar.gz
cpython-9fd5374d4e7d75bfdaa862df15d0f3fbee5b18ca.tar.bz2
merge 3.2 (#12878)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 215bc84..662efe7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,8 @@ Core and Builtins
Library
-------
+- Issue #12878: Expose a __dict__ attribute on io.IOBase and its subclasses.
+
- Issue #12636: IDLE reads the coding cookie when executing a Python script.
- Issue #12494: On error, call(), check_call(), check_output() and