mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
point people to the Python bug tracker, rather than to a mail
account I hardly ever use...
This commit is contained in:
parent
eeb7827cad
commit
37a0982278
2 changed files with 7 additions and 20 deletions
16
Lib/re.py
16
Lib/re.py
|
@ -1,21 +1,5 @@
|
|||
"""Minimal "re" compatibility wrapper"""
|
||||
|
||||
# To help us fix any remaining bugs in the new engine, please
|
||||
# report what went wrong. You can either use the following web
|
||||
# page:
|
||||
#
|
||||
# http://sourceforge.net/bugs/?group_id=5470
|
||||
#
|
||||
# or send a mail to SRE's author:
|
||||
#
|
||||
# Fredrik Lundh <effbot@telia.com>
|
||||
#
|
||||
# Make sure to include the pattern, the string SRE failed to
|
||||
# match, and what result you expected.
|
||||
#
|
||||
# thanks /F
|
||||
#
|
||||
|
||||
engine = "sre" # Some apps might use this undocumented variable
|
||||
|
||||
from sre import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue