]> granicus.if.org Git - python/commit
Issue #25768: Make compileall functions return booleans and document
authorBrett Cannon <brett@python.org>
Sun, 27 Dec 2015 21:17:04 +0000 (13:17 -0800)
committerBrett Cannon <brett@python.org>
Sun, 27 Dec 2015 21:17:04 +0000 (13:17 -0800)
commit1e3c3e906c9f1fcc463cfb3641d078eec773666f
tree72e1e89b587158cd61dcd55d62a8a24dbf838011
parent4a4ca7c13f65d54087bf6add854bbbc23db1541f
Issue #25768: Make compileall functions return booleans and document
the return values as well as test them.

Thanks to Nicholas Chammas for the bug report and initial patch.
Doc/library/compileall.rst
Doc/whatsnew/3.6.rst
Lib/compileall.py
Lib/test/test_compileall.py
Misc/ACKS
Misc/NEWS