mirror of
https://github.com/python/cpython.git
synced 2026-05-03 00:58:30 +00:00
Add a news entry about the sre/re swap.
This commit is contained in:
parent
f0e2c07a74
commit
efbeaef1c1
1 changed files with 3 additions and 0 deletions
|
|
@ -291,6 +291,9 @@ Core and builtins
|
|||
Extension Modules
|
||||
-----------------
|
||||
|
||||
- Swapped re and sre, so help(re) provides full help. importing sre
|
||||
is deprecated. The undocumented re.engine variable no longer exists.
|
||||
|
||||
- Bug #1448490: Fixed a bug that ISO-2022 codecs could not handle
|
||||
SS2 (single-shift 2) escape sequences correctly.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue