mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.
This commit is contained in:
commit
7cc0a1f7cb
3 changed files with 49 additions and 2 deletions
|
@ -180,6 +180,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #22410: Module level functions in the re module now cache compiled
|
||||
locale-dependent regular expressions taking into account the locale.
|
||||
|
||||
- Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.)
|
||||
now return False when the underlying stat call raises NotADirectoryError.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue