[Python-Dev] More std test breakage

Tim Peters tim.one@home.com
Tue, 27 Feb 2001 18:06:59 -0500


test_inspect.py still failing under -O; probably all platforms.

New failure in test___all__.py, *possibly* specific to Windows, but I don't
see any "termios.py" anywhere so hard to believe it could be working anywhere
else either:

C:\Code\python\dist\src\PCbuild>python ../lib/test/test___all__.py
Traceback (most recent call last):
  File "../lib/test/test___all__.py", line 78, in ?
    check_all("getpass")
  File "../lib/test/test___all__.py", line 10, in check_all
    exec "import %s" % modname in names
  File "<string>", line 1, in ?
  File "c:\code\python\dist\src\lib\getpass.py", line 106, in ?
    import termios
NameError: Case mismatch for module name termios
(filename c:\code\python\dist\src\lib\TERMIOS.py)

C:\Code\python\dist\src\PCbuild>