]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- restored 1.5.2 compatibility (sorry, eric)
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 18 Feb 2001 12:05:16 +0000 (12:05 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 18 Feb 2001 12:05:16 +0000 (12:05 +0000)
commitf2989b22fff921b3394e1709a07f0119370b6d74
treee7d820eea66d169e543ac117631694d3afbccbcd
parentae7636753e15273742515eb123999d23f6b7985e
- restored 1.5.2 compatibility (sorry, eric)
- removed __all__ cruft from internal modules (sorry, skip)
- don't assume ASCII for string escapes (sorry, per)
Lib/sre.py
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/test_sre.py