From: Ethan Furman Date: Tue, 16 Aug 2016 19:29:31 +0000 (-0700) Subject: fix hyperlink X-Git-Tag: v3.6.0b1~701 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9850f06aed0d7f7195ee18b45e7e6f3255cd55e;p=thirdparty%2FPython%2Fcpython.git fix hyperlink --- diff --git a/Misc/NEWS b/Misc/NEWS index 1d1bbd860f3e..aabe48bf17da 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -150,7 +150,7 @@ Library - 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 -----