]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26587: Allow .pth files to specify file paths as well as
authorBrett Cannon <brett@python.org>
Fri, 8 Apr 2016 22:04:28 +0000 (15:04 -0700)
committerBrett Cannon <brett@python.org>
Fri, 8 Apr 2016 22:04:28 +0000 (15:04 -0700)
commit5f0507d8ab2fee70139ff147c5f7d472e8f4ba2b
tree1c786d5ca8a1d515b9396998f55ad535f26acc19
parentef0138f42153d467edf8b0429c531f5204fe45dc
Issue #26587: Allow .pth files to specify file paths as well as
directories.

Thanks to Wolfgang Langner for the bug report and initial version of
the patch.
Doc/whatsnew/3.6.rst
Lib/site.py
Lib/test/test_site.py
Misc/ACKS
Misc/NEWS