diff options
author | Łukasz Langa <lukasz@langa.pl> | 2010-11-23 00:19:53 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2010-11-23 00:19:53 (GMT) |
commit | e61602fc84ba55186dc81f3bdf3f9f78de9926eb (patch) | |
tree | acd2fdc2cecfb9afe11fac5a21a380524ad8334a | |
parent | a9f054b423cd2c8b7b37cd28ad7017ff84bede7b (diff) | |
download | cpython-e61602fc84ba55186dc81f3bdf3f9f78de9926eb.zip cpython-e61602fc84ba55186dc81f3bdf3f9f78de9926eb.tar.gz cpython-e61602fc84ba55186dc81f3bdf3f9f78de9926eb.tar.bz2 |
information on Issue #9846
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Core and Builtins Library ------- +- Issue #9846: zipfile is now correctly closing underlying file objects. + - Issue #10459: Update CJK character names to Unicode 6.0. - Issue #4493: urllib.request adds '/' in front of path components which does not |