Correct issue #21044 patch author.

This commit is contained in:
Serhiy Storchaka 2014-07-23 18:41:21 +03:00
parent 588517ca63
commit 64a1207280
2 changed files with 1 additions and 2 deletions

View file

@ -997,7 +997,6 @@ Mike Pall
Todd R. Palmer Todd R. Palmer
Juan David Ibáñez Palomar Juan David Ibáñez Palomar
Jan Palus Jan Palus
Martin Panter
Mathias Panzenböck Mathias Panzenböck
M. Papillon M. Papillon
Peter Parente Peter Parente

View file

@ -28,7 +28,7 @@ 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. attribute. Based on patch by Antoine Pietri.
- Issue #21867: Prevent turtle crash due to invalid undo buffer size. - Issue #21867: Prevent turtle crash due to invalid undo buffer size.