summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:40:39 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:40:39 (GMT)
commitefbeaef1c1732ddb8d7d6d71847631094958bc89 (patch)
treef714dcd6889e3c1160622adcb26f4d147e508f16 /Misc/NEWS
parentf0e2c07a746b726bc40952efde0400378a000c6c (diff)
downloadcpython-efbeaef1c1732ddb8d7d6d71847631094958bc89.zip
cpython-efbeaef1c1732ddb8d7d6d71847631094958bc89.tar.gz
cpython-efbeaef1c1732ddb8d7d6d71847631094958bc89.tar.bz2
Add a news entry about the sre/re swap.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ddbb0ff..8506d91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.