]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
allow recursion depth to be specified (closes #19628)
authorBenjamin Peterson <benjamin@python.org>
Tue, 19 Aug 2014 21:13:26 +0000 (16:13 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 19 Aug 2014 21:13:26 +0000 (16:13 -0500)
commit344ff4ab2b68dee327fb36ee4fe01124466e49d6
treeb7f5bedd0568b5eef6812cac94d0d56ecc2c1258
parent54b3b3fb2cb54e25901710b98b8d7b13d5f3b01e
allow recursion depth to be specified (closes #19628)

Patch from Claudiu Popa.
Doc/library/compileall.rst
Lib/compileall.py
Lib/test/test_compileall.py
Misc/NEWS