Staging
v0.8.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
RPM
ACKS -rw-r--r-- 6.3 KB
AIX-NOTES -rw-r--r-- 7.3 KB
BLURB -rw-r--r-- 1.6 KB
BLURB.LUTZ -rw-r--r-- 5.6 KB
BLURB.WINDOWS -rw-r--r-- 3.8 KB
BeOS-NOTES -rw-r--r-- 1.4 KB
BeOS-setup.py -rw-r--r-- 24.6 KB
HISTORY -rw-r--r-- 305.2 KB
HPUX-NOTES -rw-r--r-- 1.0 KB
HYPE -rw-r--r-- 3.1 KB
Makefile.pre.in -rw-r--r-- 9.9 KB
NEWS -rw-r--r-- 70.4 KB
NEXT-NOTES -rw-r--r-- 2.2 KB
PURIFY.README -rw-r--r-- 3.6 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.8 KB
RFD -rw-r--r-- 3.9 KB
cheatsheet -rw-r--r-- 21.8 KB
comparisons -rw-r--r-- 6.6 KB
editline-fix -rw-r--r-- 2.4 KB
faq2html.py -rwxr-xr-x 6.6 KB
find_recursionlimit.py -rw-r--r-- 2.2 KB
fixfuncptrs.sh -rwxr-xr-x 2.2 KB
gdbinit -rw-r--r-- 898 bytes
indent.pro -rw-r--r-- 66 bytes
python-mode.el -rw-r--r-- 120.1 KB
python.man -rw-r--r-- 10.2 KB
renumber.py -rwxr-xr-x 2.6 KB
setuid-prog.c -rw-r--r-- 5.3 KB
unicode.txt -rw-r--r-- 38.0 KB
vgrindefs -rw-r--r-- 498 bytes

README

back to top