Files
cpython/Lib
Just van Rossum d35c6db526 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.
2003-01-02 12:55:48 +00:00
..
2002-12-31 19:27:45 +00:00
2002-12-24 18:31:27 +00:00
2002-11-23 12:09:28 +00:00
2002-10-28 18:09:41 +00:00
2002-12-26 18:22:54 +00:00
2002-12-31 01:08:35 +00:00
2002-10-30 06:09:58 +00:00
2002-08-04 17:22:59 +00:00
2002-11-13 14:38:17 +00:00
2002-11-24 02:35:35 +00:00
2002-12-16 13:11:57 +00:00
2002-11-24 02:35:35 +00:00
2002-11-30 03:53:15 +00:00
2002-11-09 05:08:07 +00:00
2002-11-24 02:35:35 +00:00
2002-10-09 17:23:29 +00:00
2002-12-17 16:15:34 +00:00
2002-12-16 13:11:57 +00:00
2002-12-30 22:08:05 +00:00
2002-11-09 05:08:07 +00:00
2002-08-15 14:59:02 +00:00
2002-10-11 14:36:24 +00:00
2002-10-16 21:21:39 +00:00
2002-07-16 21:35:23 +00:00
2002-11-25 17:25:04 +00:00
2002-11-01 17:14:16 +00:00
2002-12-12 12:23:32 +00:00