Staging
v0.5.1
https://github.com/python/cpython
Revision d4a75dc44c39c232f10dcfd549bad1de5e5fdd7b authored by Thomas Wouters on 11 July 2001, 12:03:44 UTC, committed by Thomas Wouters on 11 July 2001, 12:03:44 UTC
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.
1 parent e27a8b9
History
Tip revision: d4a75dc44c39c232f10dcfd549bad1de5e5fdd7b authored by Thomas Wouters on 11 July 2001, 12:03:44 UTC
Backport of Tim's checkin 2.178:
Tip revision: d4a75dc
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 2.1 KB
LICENSE -rw-r--r-- 11.5 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 37.6 KB
acconfig.h -rw-r--r-- 6.0 KB
config.h.in -rw-r--r-- 16.6 KB
configure -rwxr-xr-x 177.3 KB
configure.in -rw-r--r-- 36.3 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 25.0 KB

README

back to top