summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-06-01 05:07:28 (GMT)
committerBrian Curtin <brian@python.org>2012-06-01 05:07:28 (GMT)
commit2e185e17ced26cb588a8ebeed9f099a1a02e9444 (patch)
treea250faba821548ef1c57444767481e40d225557b /Misc
parent1bf239446ff86faf097609cfbe1ef36cc81e602b (diff)
downloadcpython-2e185e17ced26cb588a8ebeed9f099a1a02e9444.zip
cpython-2e185e17ced26cb588a8ebeed9f099a1a02e9444.tar.gz
cpython-2e185e17ced26cb588a8ebeed9f099a1a02e9444.tar.bz2
Reformat two issue numbers
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 690d3bd..7dcf4b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,13 +92,13 @@ Library
- 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