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