[Python-checkins] cpython (3.3): Repair format of NEWS entry.

tim.peters python-checkins at python.org
Wed Oct 9 20:30:29 CEST 2013


http://hg.python.org/cpython/rev/f917b25f4786
changeset:   86190:f917b25f4786
branch:      3.3
parent:      86187:369fabf9b2ba
user:        Tim Peters <tim at python.org>
date:        Wed Oct 09 13:27:36 2013 -0500
summary:
  Repair format of NEWS entry.

files:
  Misc/NEWS |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,7 +76,8 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list