This commit is contained in:
Benjamin Peterson 2014-07-20 13:05:01 -07:00
parent 102488b644
commit 01963e6ae9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Core and Builtins
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.
- Issue #19076: Don't pass the redundant 'file' argument to self.error().