Kaydet (Commit) 59ce901a authored tarafından Guido van Rossum's avatar Guido van Rossum

Add news item about _sre.compile() re-bytecode validator.

üst de781a49
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment