[Python-checkins] cpython (3.4): add #

benjamin.peterson python-checkins at python.org
Sun Jul 20 22:06:26 CEST 2014


http://hg.python.org/cpython/rev/a821cc06082b
changeset:   91737:a821cc06082b
branch:      3.4
parent:      91733:ffbbd43d7342
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Jul 20 13:05:01 2014 -0700
summary:
  add #

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,7 +27,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.
 
 - Issue #19076: Don't pass the redundant 'file' argument to self.error().

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list