diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-07-20 20:06:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-07-20 20:06:19 (GMT) |
commit | 7e9522fadfa9dce4380dad0acd0586a0e8179dcb (patch) | |
tree | 6a105cf675089ce365efe43b81904210d2489678 /Misc | |
parent | 0172b115db6b63ee2faa7823b530128949f8fdef (diff) | |
parent | 01963e6ae977ade7802d5ef67a94055e82763a44 (diff) | |
download | cpython-7e9522fadfa9dce4380dad0acd0586a0e8179dcb.zip cpython-7e9522fadfa9dce4380dad0acd0586a0e8179dcb.tar.gz cpython-7e9522fadfa9dce4380dad0acd0586a0e8179dcb.tar.bz2 |
merge 3.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ Core and Builtins Library ------- -- Issue 21044: tarfile.open() now handles fileobj with an integer 'name' +- Issue #21044: tarfile.open() now handles fileobj with an integer 'name' attribute. Based on patch by Martin Panter. - Issue #21966: Respect -q command-line option when code module is ran. |