]> granicus.if.org Git - python/commitdiff
Issue #25554: Got rid of circular references in regular expression parsing.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 5 Nov 2015 15:51:15 +0000 (17:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 5 Nov 2015 15:51:15 +0000 (17:51 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 77d05abc7af05c3d901f9faea68ad5ae8778cf4c,f2ce94afe691e7a14b47b444de0298f2cfecac43..26ca26ba0cb4657e7eb7f58debe949bf45d61d64
+++ 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.