[Python-checkins] cpython: Reformat two issue numbers

brian.curtin python-checkins at python.org
Fri Jun 1 07:07:49 CEST 2012


http://hg.python.org/cpython/rev/8ddf40f68def
changeset:   77277:8ddf40f68def
user:        Brian Curtin <brian at python.org>
date:        Fri Jun 01 00:07:28 2012 -0500
summary:
  Reformat two issue numbers

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,13 +92,13 @@
 - Issue #14443: Tell rpmbuild to use the correct version of Python in
   bdist_rpm. Initial patch by Ross Lagerwall.
 
-- Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
+- Issue #14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
   Patch by Roger Serwy.
 
 - Issue #12515: email now registers a defect if it gets to EOF while parsing
   a MIME part without seeing the closing MIME boundary.
 
-- Issue12510: Attempting to get invalid tooltip no longer closes Idle.
+- Issue #12510: Attempting to get invalid tooltip no longer closes Idle.
   Original patch by Roger Serwy.
 
 - Issue #1672568: email now always decodes base64 payloads, adding padding and

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


More information about the Python-checkins mailing list