• ncoghlan's avatar
    Update rationale for the zip_safe flag · 52d420e6
    ncoghlan authored
    Importing from a zip file no longer significantly reduces the number
    of stat calls during import, and may even slow imports down if
    too many archives are added to sys.path.
    
    The outdated rationale was noted by Thomas Güttler on distutils-sig
    52d420e6
setuptools.txt 123 KB