]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
today's SRE update:
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 1 Jul 2000 17:50:59 +0000 (17:50 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 1 Jul 2000 17:50:59 +0000 (17:50 +0000)
commit22d254652099e3a1f157543c7b1b37e3263e65c7
treee761c89098e3efcc101ed90f2647d8e231bdd150
parentc3a65982a3bab83307bc4b2db2bdac659950e559
today's SRE update:

-- changed 1.6 to 2.0 in the file headers

-- fixed ISALNUM macro for the unicode locale.  this
   solution isn't perfect, but the best I can do with
   Python's current unicode database.
Lib/sre.py
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Modules/_sre.c