]> granicus.if.org Git - python/commit
A few more test skips via import_module, and change import_module to
authorR. David Murray <rdmurray@bitdance.com>
Tue, 31 Mar 2009 18:32:17 +0000 (18:32 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 31 Mar 2009 18:32:17 +0000 (18:32 +0000)
commit597ebab74466593dc05a35faad0f5c316900153b
treeaab4f8b1ee66ddd3fb4ad4a841509eab43b5ad1f
parent9e0b363629d62259965a4bc2806370b152d8baac
A few more test skips via import_module, and change import_module to
return the error message produced by importlib, so that if an import
in the package whose import is being wrapped is what failed the skip
message will contain the name of that module instead of the name of the
wrapped module.  Also fixed formatting of some previous comments.
Lib/test/test_bsddb.py
Lib/test/test_bsddb3.py
Lib/test/test_fcntl.py
Lib/test/test_scriptpackages.py
Lib/test/test_support.py
Lib/test/test_tcl.py
Lib/test/test_tk.py
Lib/test/test_ttk_guionly.py
Lib/test/test_ttk_textonly.py
Lib/test/test_winreg.py