summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-18 14:44:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-18 14:44:42 (GMT)
commit8ac3627b91979a069d84fb9e8500eab0a99ce762 (patch)
tree08fa536ef763fbbfa797b2a1895487be681897ec
parentf2989b22fff921b3394e1709a07f0119370b6d74 (diff)
downloadcpython-8ac3627b91979a069d84fb9e8500eab0a99ce762.zip
cpython-8ac3627b91979a069d84fb9e8500eab0a99ce762.tar.gz
cpython-8ac3627b91979a069d84fb9e8500eab0a99ce762.tar.bz2
sre_{parse, compile} no longer define __all__.
-rw-r--r--Lib/test/test___all__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index bd417e7..bcc9d4a 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")