From: Serhiy Storchaka Date: Thu, 5 Nov 2015 15:51:15 +0000 (+0200) Subject: Issue #25554: Got rid of circular references in regular expression parsing. X-Git-Tag: v3.6.0a1~1117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c1455be6be4f698889527e6e46086f229a73818;p=python Issue #25554: Got rid of circular references in regular expression parsing. --- 7c1455be6be4f698889527e6e46086f229a73818 diff --cc Misc/NEWS index 77d05abc7a,f2ce94afe6..26ca26ba0c --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -72,9 -54,8 +72,11 @@@ Core and Builtin Library ------- + - Issue #25554: Got rid of circular references in regular expression parsing. + +- Issue #18973: Command-line interface of the calendar module now uses argparse + instead of optparse. + - Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' at the end if the FileInput was opened with binary mode. Patch by Ryosuke Ito.