From: Brett Cannon Date: Tue, 16 Aug 2016 20:11:00 +0000 (-0700) Subject: Add a missing # X-Git-Tag: v3.6.0b1~700 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f59249b048fa7abdc6667de3f777863bccb10a4c;p=thirdparty%2FPython%2Fcpython.git Add a missing # --- diff --git a/Misc/NEWS b/Misc/NEWS index aabe48bf17da..f1166a89bd42 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.