]> granicus.if.org Git - python/commit
Copying this 2.1.1 bugfix to the trunk:
authorGuido van Rossum <guido@python.org>
Fri, 20 Jul 2001 14:57:12 +0000 (14:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Jul 2001 14:57:12 +0000 (14:57 +0000)
commit27451d0fc8924bf2bd9750ff82fff169e3ee2308
treed61645fb40d10ea1d63041fd861b43844870a36f
parent0825dc2427ce0666a392477b83badf51ff56acd2
Copying this 2.1.1 bugfix to the trunk:

Fix showstopper SF bug #442983: use of site.addsitedir() was broken
because it references the global dirs_in_sys_path which is deleted.
The fix avoids deleting that global.

(My email through python.org or digicool.com is non-functional at the
moment; use gvanrossum@home.com to reach me.)
Lib/site.py