diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-18 14:44:42 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-18 14:44:42 (GMT) |
commit | 8ac3627b91979a069d84fb9e8500eab0a99ce762 (patch) | |
tree | 08fa536ef763fbbfa797b2a1895487be681897ec /Lib | |
parent | f2989b22fff921b3394e1709a07f0119370b6d74 (diff) | |
download | cpython-8ac3627b91979a069d84fb9e8500eab0a99ce762.zip cpython-8ac3627b91979a069d84fb9e8500eab0a99ce762.tar.gz cpython-8ac3627b91979a069d84fb9e8500eab0a99ce762.tar.bz2 |
sre_{parse, compile} no longer define __all__.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test___all__.py | 2 |
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") |