mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Added docstrings by Neal Norwitz. This closes SF bug #450980.
This commit is contained in:
parent
6c0f20088f
commit
b8f2274985
5 changed files with 89 additions and 3 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue