diff options
author | Tim Peters <tim@python.org> | 2013-10-09 18:27:36 (GMT) |
---|---|---|
committer | Tim Peters <tim@python.org> | 2013-10-09 18:27:36 (GMT) |
commit | 3415fa3c6e3b772eccb2b694ad92189de0eb8acb (patch) | |
tree | 4e7179967d63ca6834dfdcb4f9577360ce072470 /Misc | |
parent | cbd4d08880eac3c153b8b8390c608981a986fff1 (diff) | |
download | cpython-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.zip cpython-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.tar.gz cpython-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.tar.bz2 |
Repair format of NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |