]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18441: Comment out code that will not compile because the standard
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 28 Jul 2013 02:27:25 +0000 (22:27 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 28 Jul 2013 02:27:25 +0000 (22:27 -0400)
commit47cb4d62c6456c92342db684cf78ed54e107d29b
tree2f897a55e5898d491e0e2ebdacc143ee24344886
parentd71244f1897199e6eba04d37a52b0bee78110944
Issue #18441: Comment out code that will not compile because the standard
library has a package, lib-tk, that cannot be imported by normal means.
Lib/test/test_tk, etc, have special code to access this package.  I will not
bother with it unless the darwin check is needed before it gets moved to
test.(test-)support.py.
Lib/test/test_idle.py