From 3ad834e7807d064a4ad1e17791c9859024559820 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 11 May 2008 03:11:57 +0000 Subject: [PATCH] The sre module was already deprecated. --- pep-3108.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index 8fb55512a..42afeaa4b 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -596,7 +596,7 @@ for what the module is meant for. + Does not fully parse SGML. + In the stdlib for support to htmllib which is slated for removal. -* sre +* sre [done: 2.6] + Previously deprecated; import ``re`` instead.