mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add news item about _sre.compile() re-bytecode validator.
This commit is contained in:
parent
de781a49d2
commit
59ce901a20
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #3487: sre "bytecode" validator. Passing invalid "re-bytecode"
|
||||
to _sre.compile() will now be rejected. This should not affect anybody
|
||||
since the re.compile() function never generates invalid re-bytecode.
|
||||
|
||||
- Issue #3436: Make csv.DictReader's fieldnames attribute a property so that
|
||||
upon first access it can be automatically initialized from the csv file if
|
||||
it wasn't initialized during instantiation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue