summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Peters <tim@python.org>2013-10-09 13:27:36 -0500
committerTim Peters <tim@python.org>2013-10-09 13:27:36 -0500
commit3415fa3c6e3b772eccb2b694ad92189de0eb8acb (patch)
tree4e7179967d63ca6834dfdcb4f9577360ce072470
parentcbd4d08880eac3c153b8b8390c608981a986fff1 (diff)
downloadcpython-git-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.tar.gz
Repair format of NEWS entry.
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f521ead036..56fd0a560f 100644
--- 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.