summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-08-16 20:11:00 (GMT)
committerBrett Cannon <brett@python.org>2016-08-16 20:11:00 (GMT)
commitf59249b048fa7abdc6667de3f777863bccb10a4c (patch)
tree2c2f53b4db9ad58190cbdc196516999d3e231997 /Misc
parente9850f06aed0d7f7195ee18b45e7e6f3255cd55e (diff)
downloadcpython-f59249b048fa7abdc6667de3f777863bccb10a4c.zip
cpython-f59249b048fa7abdc6667de3f777863bccb10a4c.tar.gz
cpython-f59249b048fa7abdc6667de3f777863bccb10a4c.tar.bz2
Add a missing #
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aabe48b..f1166a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,7 +147,7 @@ Library
- 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.