mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #27030: The re.LOCALE flag now can be used only with bytes patterns.
(Just updated NEWS.)
This commit is contained in:
parent
9bd85b83f6
commit
e6dae877dc
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
|
- Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
|
||||||
regular expressions now are errors.
|
regular expressions now are errors. The re.LOCALE flag now can be used
|
||||||
|
only with bytes patterns.
|
||||||
|
|
||||||
- Issue #27186: Add os.PathLike support to DirEntry (part of PEP 519).
|
- Issue #27186: Add os.PathLike support to DirEntry (part of PEP 519).
|
||||||
Initial patch by Jelle Zijlstra.
|
Initial patch by Jelle Zijlstra.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue