diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-23 15:42:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-23 15:42:09 (GMT) |
commit | f1062762f2432f755dc596b24a37a1e613554469 (patch) | |
tree | a85f9521b822e27186e562467781870725db9524 /Misc | |
parent | 69e6230bdde5b29ae1ef10f0f5bd3e421c9dadf5 (diff) | |
parent | 64a12072801d0acb97bc259cf3db294771366d1c (diff) | |
download | cpython-f1062762f2432f755dc596b24a37a1e613554469.zip cpython-f1062762f2432f755dc596b24a37a1e613554469.tar.gz cpython-f1062762f2432f755dc596b24a37a1e613554469.tar.bz2 |
Correct issue #21044 patch author.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1005,7 +1005,6 @@ Mike Pall Todd R. Palmer Juan David Ibáñez Palomar Jan Palus -Martin Panter Mathias Panzenböck M. Papillon Peter Parente @@ -118,7 +118,7 @@ Library ValueError on ``fstat()`` failure. - Issue #21044: tarfile.open() now handles fileobj with an integer 'name' - attribute. Based on patch by Martin Panter. + attribute. Based on patch by Antoine Pietri. - Issue #21966: Respect -q command-line option when code module is ran. |