]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replaced imp.set_frozenmodules() cruft with proper zipimport support.
authorJust van Rossum <just@letterror.com>
Thu, 2 Jan 2003 13:13:01 +0000 (13:13 +0000)
committerJust van Rossum <just@letterror.com>
Thu, 2 Jan 2003 13:13:01 +0000 (13:13 +0000)
commit109ecbf7a52786df6114cfb678bd19e19102e076
tree6d576adf5fea4ae487fb4eb0287034832ee33e60
parentd35c6db526a6ce1656de2c9998a866445fdf5fe4
Replaced imp.set_frozenmodules() cruft with proper zipimport support.
This work uncovered the zipimport bug in 2.3a1 -- wish I'd had time to
do this before the release :-(.
Lib/plat-mac/bundlebuilder.py