summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-23 15:41:21 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-23 15:41:21 (GMT)
commit64a12072801d0acb97bc259cf3db294771366d1c (patch)
tree5ca5aa961dcb53608afc40ca5009dc02d8cd7aed
parent588517ca634931fc2bb5c3c0701a56bcf6f1a78a (diff)
downloadcpython-64a12072801d0acb97bc259cf3db294771366d1c.zip
cpython-64a12072801d0acb97bc259cf3db294771366d1c.tar.gz
cpython-64a12072801d0acb97bc259cf3db294771366d1c.tar.bz2
Correct issue #21044 patch author.
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 1 insertions, 2 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index f7c6be3..c4a6a4b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -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
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a6f24f..2845d9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.