]> granicus.if.org Git - python/commitdiff
Repair format of NEWS entry.
authorTim Peters <tim@python.org>
Wed, 9 Oct 2013 18:27:36 +0000 (13:27 -0500)
committerTim Peters <tim@python.org>
Wed, 9 Oct 2013 18:27:36 +0000 (13:27 -0500)
Misc/NEWS

index f521ead036351591f8a057dce771d0aa9d2ca704..56fd0a560fc1072d90ae13cc4e07ed6cd092a154 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,7 +76,8 @@ Core and Builtins
 Library
 -------
 
-- Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.
+- Issue #19158:  a rare race in BoundedSemaphore could allow .release() too
+  often.
 
 - Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.