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

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


http://hg.python.org/cpython/rev/393bf4d748d4
changeset:   91736:393bf4d748d4
branch:      2.7
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
@@ -16,7 +16,7 @@
 - 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

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


More information about the Python-checkins mailing list