Issue #25554: Got rid of circular references in regular expression parsing.

This commit is contained in:
Serhiy Storchaka 2015-11-05 17:49:26 +02:00
parent 60a1d3cd15
commit b5d0a21553
2 changed files with 8 additions and 6 deletions

View file

@ -54,6 +54,8 @@ Core and Builtins
Library
-------
- Issue #25554: Got rid of circular references in regular expression parsing.
- 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.