]> granicus.if.org Git - python/commitdiff
Add a news entry about the sre/re swap.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 16 Mar 2006 06:40:39 +0000 (06:40 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 16 Mar 2006 06:40:39 +0000 (06:40 +0000)
Misc/NEWS

index ddbb0ff97cc24f39347bb7b13714bf23aad634c1..8506d9106e8988b8438d61a69145a967c2b839a6 100644 (file)
--- 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.