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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ac3627b91979a069d84fb9e8500eab0a99ce762;p=python sre_{parse, compile} no longer define __all__. --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index bd417e7316..bcc9d4a331 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")