diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-23 15:41:21 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-23 15:41:21 (GMT) |
commit | 64a12072801d0acb97bc259cf3db294771366d1c (patch) | |
tree | 5ca5aa961dcb53608afc40ca5009dc02d8cd7aed | |
parent | 588517ca634931fc2bb5c3c0701a56bcf6f1a78a (diff) | |
download | cpython-64a12072801d0acb97bc259cf3db294771366d1c.zip cpython-64a12072801d0acb97bc259cf3db294771366d1c.tar.gz cpython-64a12072801d0acb97bc259cf3db294771366d1c.tar.bz2 |
Correct issue #21044 patch author.
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -997,7 +997,6 @@ Mike Pall Todd R. Palmer Juan David Ibáñez Palomar Jan Palus -Martin Panter Mathias Panzenböck M. Papillon Peter Parente @@ -28,7 +28,7 @@ Library ------- - 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 #21867: Prevent turtle crash due to invalid undo buffer size. |