From b8f22749853cf79bfbe3709309e67d1a448f4cab Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 4 Sep 2001 19:10:20 +0000 Subject: Added docstrings by Neal Norwitz. This closes SF bug #450980. --- Lib/sre_parse.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/sre_parse.py') diff --git a/Lib/sre_parse.py b/Lib/sre_parse.py index 44626bd5e8..af1edbf3d2 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 -- cgit v1.2.1