summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim@python.org>2013-10-09 18:27:36 (GMT)
committerTim Peters <tim@python.org>2013-10-09 18:27:36 (GMT)
commit3415fa3c6e3b772eccb2b694ad92189de0eb8acb (patch)
tree4e7179967d63ca6834dfdcb4f9577360ce072470
parentcbd4d08880eac3c153b8b8390c608981a986fff1 (diff)
downloadcpython-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.zip
cpython-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.tar.gz
cpython-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.tar.bz2
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 f521ead..56fd0a5 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.