From: Tim Peters Date: Sun, 18 Feb 2001 14:44:42 +0000 (+0000) Subject: sre_{parse, compile} no longer define __all__. X-Git-Tag: v2.1b1~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ac3627b91979a069d84fb9e8500eab0a99ce762;p=thirdparty%2FPython%2Fcpython.git sre_{parse, compile} no longer define __all__. --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index bd417e73165e..bcc9d4a33145 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -134,6 +134,4 @@ check_all("smtplib") check_all("sndhdr") check_all("socket") check_all("sre") -check_all("sre_compile") -check_all("sre_parse") check_all("stat_cache")