diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:40:39 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:40:39 (GMT) |
commit | efbeaef1c1732ddb8d7d6d71847631094958bc89 (patch) | |
tree | f714dcd6889e3c1160622adcb26f4d147e508f16 /Misc | |
parent | f0e2c07a746b726bc40952efde0400378a000c6c (diff) | |
download | cpython-efbeaef1c1732ddb8d7d6d71847631094958bc89.zip cpython-efbeaef1c1732ddb8d7d6d71847631094958bc89.tar.gz cpython-efbeaef1c1732ddb8d7d6d71847631094958bc89.tar.bz2 |
Add a news entry about the sre/re swap.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 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. |