diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2002-10-19 20:19:10 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2002-10-19 20:19:10 (GMT) |
commit | 37a09822789d6ee3e6cb4e724f8e59e23b9ec83a (patch) | |
tree | 511a0d481c857b71e6225e03f87bdd1a90a4a53d /Lib/re.py | |
parent | eeb7827cadbd94dc1b3847b408c1472d76f4bb2d (diff) | |
download | cpython-37a09822789d6ee3e6cb4e724f8e59e23b9ec83a.zip cpython-37a09822789d6ee3e6cb4e724f8e59e23b9ec83a.tar.gz cpython-37a09822789d6ee3e6cb4e724f8e59e23b9ec83a.tar.bz2 |
point people to the Python bug tracker, rather than to a mail
account I hardly ever use...
Diffstat (limited to 'Lib/re.py')
-rw-r--r-- | Lib/re.py | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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 * |