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_constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/sre_constants.py') diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py index 3296b9425b..b0b61d91bf 100644 --- a/Lib/sre_constants.py +++ b/Lib/sre_constants.py @@ -9,6 +9,8 @@ # See the sre.py file for information on usage and redistribution. # +"""Internal support module for sre""" + # update when constants are added or removed MAGIC = 20010701 -- cgit v1.2.1