Added docstrings by Neal Norwitz. This closes SF bug #450980.

This commit is contained in:
Fred Drake 2001-09-04 19:10:20 +00:00
parent 6c0f20088f
commit b8f2274985
5 changed files with 89 additions and 3 deletions

View file

@ -1,6 +1,5 @@
#
# Minimal "re" compatibility wrapper
#
"""Minimal "re" compatibility wrapper"""
# If your regexps don't work well under 2.0b1, you can switch
# to the old engine ("pre") down below.
#