]> granicus.if.org Git - python/commit
Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in
authorJust van Rossum <just@letterror.com>
Thu, 2 Jan 2003 12:55:48 +0000 (12:55 +0000)
committerJust van Rossum <just@letterror.com>
Thu, 2 Jan 2003 12:55:48 +0000 (12:55 +0000)
commitd35c6db526a6ce1656de2c9998a866445fdf5fe4
treec1c50bb7dd80c1e01380260a5aef9ae9a2ece30f
parentc6fff897d7464a15cdcbab723b170d223b906004
Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in
the test set as it only tested with a zip archive in the current directory,
but it doesn't work at all for packages when the zip archive was specified
as an absolute path. It's a real embarrassing bug: a strchr call should
have been strrchr; fever apparently implies dyslexia.

Second stupid bug: the zipimport test failed with a name error
__importer__ (which I had renamed to __loader__ everywhere but here).
I would've sworn I ran the test after that change but that can't be true.
What I don't understand that noone reported a failing test_zipimport.py
before the release of 2.3a1.
Lib/test/test_zipimport.py
Modules/zipimport.c