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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f59249b048fa7abdc6667de3f777863bccb10a4c;p=python Add a missing # --- diff --git a/Misc/NEWS b/Misc/NEWS index aabe48bf17..f1166a89bd 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.