[Python-checkins] cpython (3.4): Correct issue #21044 patch author.

serhiy.storchaka python-checkins at python.org
Wed Jul 23 17:42:11 CEST 2014


http://hg.python.org/cpython/rev/825137d0d4ca
changeset:   91777:825137d0d4ca
branch:      3.4
parent:      91775:d19c58e13ac9
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed Jul 23 18:41:21 2014 +0300
summary:
  Correct issue #21044 patch author.

files:
  Misc/ACKS |  1 -
  Misc/NEWS |  2 +-
  2 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -997,7 +997,6 @@
 Todd R. Palmer
 Juan David Ibáñez Palomar
 Jan Palus
-Martin Panter
 Mathias Panzenböck
 M. Papillon
 Peter Parente
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,7 +28,7 @@
 -------
 
 - 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list