| re | index /usr/lib/python1.6/re.py |
# Minimal "re" compatibility wrapper
#
# If your regexps don't work well under 2.0b1, you can switch
# to the old engine ("pre") down below.
#
# 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
#
| Modules | ||||||
| ||||||
| Data | ||
| DOTALL = 16 I = 2 IGNORECASE = 2 L = 4 LOCALE = 4 M = 8 MULTILINE = 8 S = 16 T = 1 TEMPLATE = 1 U = 32 UNICODE = 32 VERBOSE = 64 X = 64 __file__ = '/usr/lib/python1.6/re.pyc' __name__ = 're' engine = 'sre' | ||