From: Benjamin Peterson Date: Sun, 20 Jul 2014 20:05:01 +0000 (-0700) Subject: add # X-Git-Tag: v2.7.9rc1~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2d1e64a1ffd04a274e911c53fd9ee00a4943f6c;p=thirdparty%2FPython%2Fcpython.git add # --- diff --git a/Misc/NEWS b/Misc/NEWS index efad9ea24100..9ba62e878069 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -16,7 +16,7 @@ Library - Issue #22017: Correct reference counting errror in the initialization of the _warnings module. -- 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 #21151: Fixed a segfault in the _winreg module when ``None`` is passed