diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-04 19:10:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-04 19:10:20 (GMT) |
commit | b8f22749853cf79bfbe3709309e67d1a448f4cab (patch) | |
tree | 3c929ad149f67a924b63719913b3620b62e81388 /Lib/sre_parse.py | |
parent | 6c0f20088f81d9d84124c265d58a2a8e7d47b059 (diff) | |
download | cpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.zip cpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.tar.gz cpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.tar.bz2 |
Added docstrings by Neal Norwitz. This closes SF bug #450980.
Diffstat (limited to 'Lib/sre_parse.py')
-rw-r--r-- | Lib/sre_parse.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/sre_parse.py b/Lib/sre_parse.py index 44626bd..af1edbf 100644 --- a/Lib/sre_parse.py +++ b/Lib/sre_parse.py @@ -8,6 +8,8 @@ # See the sre.py file for information on usage and redistribution. # +"""Internal support module for sre""" + # XXX: show string offset and offending character for all errors # this module works under 1.5.2 and later. don't use string methods |