From: Tim Peters Date: Wed, 9 Oct 2013 18:27:36 +0000 (-0500) Subject: Repair format of NEWS entry. X-Git-Tag: v3.4.0a4~194^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3415fa3c6e3b772eccb2b694ad92189de0eb8acb;p=thirdparty%2FPython%2Fcpython.git Repair format of NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index f521ead03635..56fd0a560fc1 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.