]> granicus.if.org Git - python/commitdiff
Got rid of the array module dependency in the re module.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 11:25:14 +0000 (13:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 11:25:14 +0000 (13:25 +0200)
The re module could be used during building before array is built.

1  2 
Lib/sre_compile.py

Simple merge