]> granicus.if.org Git - python/commit
Fix 're' to work on bytes. It could do with a few more tests, though.
authorThomas Wouters <thomas@python.org>
Tue, 18 Mar 2008 20:19:54 +0000 (20:19 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 18 Mar 2008 20:19:54 +0000 (20:19 +0000)
commit40a088dc27865eb1236d6c728d2880ecd0022a65
tree9489856463cd6b00e2f40ec200a2d640704d8b50
parente8c3d266c8cea759a0eb1c17b9c5f989f87bb135
Fix 're' to work on bytes. It could do with a few more tests, though.
Lib/sre_compile.py
Lib/sre_parse.py
Lib/test/test_re.py