summaryrefslogtreecommitdiff
path: root/Lib/sre_constants.py
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
commita62df561fb88c720b9dff33211339b24b1047a40 (patch)
tree93584f1228f4e22bd3ee6a5a5878786275e34ea8 /Lib/sre_constants.py
parent6528667a14751701081089e91fc3f67ccd1d83a8 (diff)
downloadcpython-a62df561fb88c720b9dff33211339b24b1047a40.tar.gz
Added docstrings by Neal Norwitz. This closes SF bug #450980.
Diffstat (limited to 'Lib/sre_constants.py')
-rw-r--r--Lib/sre_constants.py2
1 files changed, 2 insertions, 0 deletions
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