mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue