]> granicus.if.org Git - python/commit
Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.
authorGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 19:15:32 +0000 (19:15 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 19:15:32 +0000 (19:15 +0000)
commit03f7f088743bbab2dd5aa426670a41fd643112cd
treeb1427132d21ba0eb5f14120e1d91b6425e9b0826
parentdb7287c0f5b197bbfaf624d181333a92135ec261
Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.

(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).
Tools/freeze/freeze.py
Tools/freeze/makefreeze.py
Tools/freeze/modulefinder.py