]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28226: compileall now supports pathlib
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 30 Sep 2016 21:54:18 +0000 (00:54 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 30 Sep 2016 21:54:18 +0000 (00:54 +0300)
commit812a2b65af1897aa9694ff65fc62516a4e10269c
tree5cb56a40cbef3dda1cc42953d8fae00ae7562df6
parentb4b55eb582e5a7c71bac90030ab3c46b5cd6d429
Issue #28226: compileall now supports pathlib
Doc/library/compileall.rst
Lib/compileall.py
Lib/test/test_compileall.py
Misc/NEWS