]> granicus.if.org Git - python/commit
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
authorBarry Warsaw <barry@python.org>
Mon, 1 Dec 2014 22:10:10 +0000 (17:10 -0500)
committerBarry Warsaw <barry@python.org>
Mon, 1 Dec 2014 22:10:10 +0000 (17:10 -0500)
commit2a413853f15755060996ba20ab7cdeedb7caff22
tree078df44e04e76f6c7861f813df2e9adc18ebea78
parentb491e0521fd6e1a2e6f3e6354a2a296c7c8a2915
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
  asked to compile a source file containing multiple dots in the source file
  name.
Lib/importlib/_bootstrap.py
Lib/test/test_py_compile.py
Misc/NEWS
Python/importlib.h