Files
cpython/Python
Thomas Wouters d4a75dc44c Backport of Tim's checkin 2.178:
SF bug #438295: [Windows] __init__.py cause strange behavior

Probable fix (the bug report doesn't have enough info to say for sure).
find_init_module():  Insist on a case-sensitive match for __init__ files.
Given __INIT__.PY instead, find_init_module() thought that was fine, but
the later attempt to do find_module("__INIT__.PY") didn't and its caller
silently suppressed the resulting ImportError.  Now find_init_module()
refuses to accept __INIT__.PY to begin with.
2001-07-11 12:03:44 +00:00
..
2000-05-02 18:34:30 +00:00
2001-05-23 12:46:45 +00:00
2001-06-27 14:13:32 +00:00
2001-06-27 14:04:03 +00:00
2001-04-14 17:55:09 +00:00
2001-06-27 13:11:09 +00:00
2001-07-11 12:03:44 +00:00
2000-10-06 15:48:38 +00:00