mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Issue #25554: Got rid of circular references in regular expression parsing.
This commit is contained in:
parent
60a1d3cd15
commit
b5d0a21553
2 changed files with 8 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue