commit | 27451d0fc8924bf2bd9750ff82fff169e3ee2308 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jul 20 14:57:12 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jul 20 14:57:12 2001 +0000 |
tree | d61645fb40d10ea1d63041fd861b43844870a36f | |
parent | 0825dc2427ce0666a392477b83badf51ff56acd2 [diff] |
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.)