]> granicus.if.org Git - python/commit
PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix
authorTim Peters <tim.peters@gmail.com>
Thu, 12 Jul 2001 05:20:13 +0000 (05:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 12 Jul 2001 05:20:13 +0000 (05:20 +0000)
commit6a479f548850f5ccf941eb74f855d6b2dc91368f
treecedebba5035193f2fe27e72310337fb856986ce9
parent9fe8828cbf02f3ae6cab8173c3a84ee7d441a4fe
PEP 250:  Add lib/site-packages to sys.path on Windows; also sys.prefix
to sys.path if os.sep == ':' (Macs?).  See PEP 250.
Lib/site.py