summaryrefslogtreecommitdiffstats
path: root/Lib/pre.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-12 02:00:42 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-02-12 02:00:42 (GMT)
commitc62c81e013fbc9a726493870c3624b60ae63a757 (patch)
tree877ed808aa0af2b40e4f4385f1d8d28c1019fb05 /Lib/pre.py
parent81b6ae7ef71c2701a75773674e96829415e1a1d8 (diff)
downloadcpython-c62c81e013fbc9a726493870c3624b60ae63a757.zip
cpython-c62c81e013fbc9a726493870c3624b60ae63a757.tar.gz
cpython-c62c81e013fbc9a726493870c3624b60ae63a757.tar.bz2
__all__ for several more modules
Diffstat (limited to 'Lib/pre.py')
-rw-r--r--Lib/pre.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/pre.py b/Lib/pre.py
index 35d3e3a..30f0491 100644
--- a/Lib/pre.py
+++ b/Lib/pre.py
@@ -87,6 +87,8 @@ This module also defines an exception 'error'.
import sys
from pcre import *
+__all__ = ["match","search","sub","subn","split","findall","escape","compile"]
+
#
# First, the public part of the interface:
#