summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-08-13 09:48:40 (GMT)
committerGeorg Brandl <georg@python.org>2011-08-13 09:48:40 (GMT)
commit74b6abf61f88221c4c859623a75655dcb214e072 (patch)
tree610a8d7af5e56d45f94ed888adc7e2844b9dbc00 /Misc
parent3672c4e21f4a886306070512354443f229c5cd0e (diff)
parent3abb372c810c13af4207124c175cfd0a842b5f56 (diff)
downloadcpython-74b6abf61f88221c4c859623a75655dcb214e072.zip
cpython-74b6abf61f88221c4c859623a75655dcb214e072.tar.gz
cpython-74b6abf61f88221c4c859623a75655dcb214e072.tar.bz2
Merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 360e731..112badf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -254,6 +254,9 @@ Core and Builtins
Library
-------
+- Issue #11513: Fix exception handling ``tarfile.TarFile.gzopen()`` when
+ the file cannot be opened.
+
- Issue #12687: Fix a possible buffering bug when unpickling text mode
(protocol 0, mostly) pickles.