• Guido van Rossum's avatar
    Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. · 03f7f088
    Guido van Rossum yazdı
    (With slight cosmetic improvements to shorten lines and a grammar fix
    to a docstring.)
    
    This addes -X and -E options to freeze.  From the docstring:
    
    -X module     Like -x, except the module can never be imported by
                  the frozen binary.
    
    -E:           Freeze will fail if any modules can't be found (that
                  were not excluded using -x or -X).
    03f7f088
Adı
Son kayıt (commit)
Son güncelleme
..
.cvsignore Loading commit data...
README Loading commit data...
bkfile.py Loading commit data...
checkextensions.py Loading commit data...
checkextensions_win32.py Loading commit data...
extensions_win32.ini Loading commit data...
freeze.py Loading commit data...
hello.py Loading commit data...
makeconfig.py Loading commit data...
makefreeze.py Loading commit data...
makemakefile.py Loading commit data...
modulefinder.py Loading commit data...
parsesetup.py Loading commit data...
win32.html Loading commit data...
winmakemakefile.py Loading commit data...