From: Benjamin Peterson Date: Sun, 20 Jul 2014 20:05:01 +0000 (-0700) Subject: add # X-Git-Tag: v3.4.2rc1~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01963e6ae977ade7802d5ef67a94055e82763a44;p=thirdparty%2FPython%2Fcpython.git add # --- diff --git a/Misc/NEWS b/Misc/NEWS index 86014e424a7b..b32698535d1f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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().