[Python-checkins] cpython (3.4): Issue #12885: Correct issue reference in NEWS

jason.coombs python-checkins at python.org
Thu Sep 1 22:10:53 EDT 2016


https://hg.python.org/cpython/rev/590d0de4ff48
changeset:   103002:590d0de4ff48
branch:      3.4
parent:      102999:a442a64c35d0
user:        Jason R. Coombs <jaraco at jaraco.com>
date:        Thu Sep 01 22:08:25 2016 -0400
summary:
  Issue #12885: Correct issue reference in NEWS

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@
 Library
 -------
 
-- Issue #12285: Fix error when distutils encounters symlink.
+- Issue #12885: Fix error when distutils encounters symlink.
 
 - In the curses module, raise an error if window.getstr() or window.instr() is
   passed a negative value.

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


More information about the Python-checkins mailing list