commit | 47cb4d62c6456c92342db684cf78ed54e107d29b | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sat Jul 27 22:27:25 2013 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Sat Jul 27 22:27:25 2013 -0400 |
tree | 2f897a55e5898d491e0e2ebdacc143ee24344886 | |
parent | d71244f1897199e6eba04d37a52b0bee78110944 [diff] |
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.