]> granicus.if.org Git - python/commit
Fix test failure for test_tcl on OS/X and Windows if a
authorDavid Ascher <david.ascher@gmail.com>
Fri, 26 Mar 2004 15:10:25 +0000 (15:10 +0000)
committerDavid Ascher <david.ascher@gmail.com>
Fri, 26 Mar 2004 15:10:25 +0000 (15:10 +0000)
commit1c5701d36ce4185f2a7dec408d1dc75abb87bca6
treeee9a5f624c9c8bb8c851e70f1a85786d6cc90e98
parent01ab279056c0452516e58d47979be70455d3f581
Fix test failure for test_tcl on OS/X and Windows if a
version of Tcl other than ActiveTcl is installed (ActiveTcl
included TclX, other Tcl distros didn't).

I'm removing the package loading test because it's hard to
come up with a package that is guaranteed to be in any Tcl installation.

Special-casing darwin and windows is ok since that leaves the
only Tk platform (X) which the test was trying to address.
Lib/test/test_tcl.py