]> granicus.if.org Git - python/commit
Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in
authorBarry Warsaw <barry@python.org>
Thu, 29 Apr 2010 18:43:10 +0000 (18:43 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 29 Apr 2010 18:43:10 +0000 (18:43 +0000)
commitc8a99de7513abe90716750090658e7e910664822
treec44c51f45370b224f570a8c856cfd9b4fa2b784b
parentd5334e1fa3fbc17c01f580a6efc2817720c63476
Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in
data directories where there is no source.

Fix by: Arfrever Frehtes Taifersar Arahesis (Arfrever)
Test by: Barry
Lib/compileall.py
Lib/test/test_compileall.py