commit | 2e03ba8c85cd6e6e51fa98ee1eb40236695db492 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jul 20 14:55:28 2001 |
committer | Guido van Rossum <guido@python.org> | Fri Jul 20 14:55:28 2001 |
tree | 4b4c658e079a533576d62f3f179de07528747711 | |
parent | d8dd6901ed270d2d61eee22afcde1c52fec565d3 [diff] |
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.)