]> 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:25:14 +0000 (13:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 11:25:14 +0000 (13:25 +0200)
commiteb99e5157498ae37117a54cdb01fea082d842a0d
tree7e5311c2c7195db99e5098324671de8387ed0c42
parent5619ab926b83b3ce8ed8f24d52bcedc96835cb35
parent19e9158497728e522f315777da1cd957a8736c20
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