]> granicus.if.org Git - python/commitdiff
add #
authorBenjamin Peterson <benjamin@python.org>
Sun, 20 Jul 2014 20:05:01 +0000 (13:05 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 20 Jul 2014 20:05:01 +0000 (13:05 -0700)
Misc/NEWS

index 86014e424a7b9ea9a7e5ca61cfe7fcf1cfcaa539..b32698535d1fb7f9d111cbeeb74dd7bed46c2d55 100644 (file)
--- 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().