]> granicus.if.org Git - python/commit
Freeze assumes that all built-in modules are part of the Python core.
authorGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 14:39:24 +0000 (14:39 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 14:39:24 +0000 (14:39 +0000)
commita937afd363de79433ccdaea6643b8907410d3ba8
treed95d9bf78239a2f21ca0b21ecb0d630064a6da3c
parent1abfb9c0f5af3727dfa09023a85834e40bba1cf3
Freeze assumes that all built-in modules are part of the Python core.
This is not necessarily the case.  It is possible to create a Python
binary which contains built-in extension modules.  Therefore
checkextensions should be used for all unknown and builtin modules.
(Sjoerd Mullender)
Tools/freeze/freeze.py