]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8205: Remove the "Modules" directory from sys.path when Python is running...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 22 Mar 2010 22:52:11 +0000 (22:52 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 22 Mar 2010 22:52:11 +0000 (22:52 +0000)
commit176cda11dffa7759dae138b49f103e6411e6679e
treed81a0208367dfe91fa91959713d85b2b37b6d92c
parente1f4c92d23d9fb71bbaf76be12e80757c7d43e6a
Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
Lib/site.py
Misc/NEWS