mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +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"""
|
||||
|
||||
import _sre,sys
|
||||
|
||||
from sre_constants import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue