[Python-checkins] cpython: Add a missing #

brett.cannon python-checkins at python.org
Tue Aug 16 16:11:11 EDT 2016


https://hg.python.org/cpython/rev/27013b1e9f46
changeset:   102707:27013b1e9f46
user:        Brett Cannon <brett at python.org>
date:        Tue Aug 16 13:11:00 2016 -0700
summary:
  Add a missing #

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
@@ -147,7 +147,7 @@
 
 - Issue #27522: Avoid an unintentional reference cycle in email.feedparser.
 
-- Issue 27512: Fix a segfault when os.fspath() called a an __fspath__() method
+- 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.

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


More information about the Python-checkins mailing list