• Guido van Rossum's avatar
    Copying this 2.1.1 bugfix to the trunk: · 27451d0f
    Guido van Rossum yazdı
    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.)
    27451d0f
site.py 9.29 KB