diff options
author | Brian Curtin <brian@python.org> | 2012-06-01 05:07:28 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-06-01 05:07:28 (GMT) |
commit | 2e185e17ced26cb588a8ebeed9f099a1a02e9444 (patch) | |
tree | a250faba821548ef1c57444767481e40d225557b | |
parent | 1bf239446ff86faf097609cfbe1ef36cc81e602b (diff) | |
download | cpython-2e185e17ced26cb588a8ebeed9f099a1a02e9444.zip cpython-2e185e17ced26cb588a8ebeed9f099a1a02e9444.tar.gz cpython-2e185e17ced26cb588a8ebeed9f099a1a02e9444.tar.bz2 |
Reformat two issue numbers
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |