diff options
| author | Tim Peters <tim@python.org> | 2013-10-09 13:27:36 -0500 |
|---|---|---|
| committer | Tim Peters <tim@python.org> | 2013-10-09 13:27:36 -0500 |
| commit | 3415fa3c6e3b772eccb2b694ad92189de0eb8acb (patch) | |
| tree | 4e7179967d63ca6834dfdcb4f9577360ce072470 | |
| parent | cbd4d08880eac3c153b8b8390c608981a986fff1 (diff) | |
| download | cpython-git-3415fa3c6e3b772eccb2b694ad92189de0eb8acb.tar.gz | |
Repair format of NEWS entry.
| -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. |
