[Python-checkins] cpython: fix hyperlink

ethan.furman python-checkins at python.org
Tue Aug 16 15:29:44 EDT 2016


https://hg.python.org/cpython/rev/9d6e0178d210
changeset:   102706:9d6e0178d210
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Tue Aug 16 12:29:31 2016 -0700
summary:
  fix hyperlink

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
@@ -150,7 +150,7 @@
 - Issue 27512: Fix a segfault when os.fspath() called a an __fspath__() method
   that raised an exception. Patch by Xiang Zhang.
 
-- Issue 26988: Add AutoEnum.
+- Issue #26988: Add AutoEnum.
 
 Tests
 -----

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


More information about the Python-checkins mailing list