]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
authorBarry Warsaw <barry@python.org>
Mon, 1 Dec 2014 22:23:55 +0000 (17:23 -0500)
committerBarry Warsaw <barry@python.org>
Mon, 1 Dec 2014 22:23:55 +0000 (17:23 -0500)
commit9e4db75426be7433af7c0d5b569fb3f3c4b5877e
treedd1466daccf2d5f11d530cfc4f194cd7eea1dce9
parenteecd5c4a007b6f5926063a6b9c695cd4c9d2b2ec
parent2a413853f15755060996ba20ab7cdeedb7caff22
- 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.
Misc/NEWS