aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-04 19:10:20 +0000
committerFred Drake <fdrake@acm.org>2001-09-04 19:10:20 +0000
commitb8f22749853cf79bfbe3709309e67d1a448f4cab (patch)
tree3c929ad149f67a924b63719913b3620b62e81388 /Lib/sre_compile.py
parentMove call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That (diff)
downloadcpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.tar.gz
cpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.tar.bz2
cpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.zip
Added docstrings by Neal Norwitz. This closes SF bug #450980.
Diffstat (limited to 'Lib/sre_compile.py')
-rw-r--r--Lib/sre_compile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py
index 4dc11a1e498..e48be72285b 100644
--- a/Lib/sre_compile.py
+++ b/Lib/sre_compile.py
@@ -8,6 +8,8 @@
# See the sre.py file for information on usage and redistribution.
#
+"""Internal support module for sre"""
+
import _sre,sys
from sre_constants import *