]> granicus.if.org Git - python/commit
- fixed split behaviour on empty matches
authorFredrik Lundh <fredrik@pythonware.com>
Fri, 30 Jun 2000 00:27:46 +0000 (00:27 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Fri, 30 Jun 2000 00:27:46 +0000 (00:27 +0000)
commit01016fe972a90eb57bafeb1f4a73f334c201c3c2
tree14f34bb2cea2e9f688fba020dfd00adb8c8aaa96
parent5d6ae76c0925b9f0fce059f5372f633532535b67
- fixed split behaviour on empty matches

- fixed compiler problems when using locale/unicode flags

- fixed group/octal code parsing in sub/subn templates
Lib/sre.py
Lib/sre_compile.py
Lib/sre_parse.py
Modules/_sre.c