A few more test skips via import_module, and change import_module to
commit986c5d8a5d71bd88452ab9cf5f499e73fb588c62
authorr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 18:32:17 +0000 (31 18:32 +0000)
committerr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 18:32:17 +0000 (31 18:32 +0000)
tree722f9adb2828bfa3d6b2ca9ba76f36815a4a3599
parent744088cc1f6ebe59606912e47aaf94e2ef364871
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.

git-svn-id: http://svn.python.org/projects/python/trunk@70856 6015fed2-1504-0410-9fe1-9d1591cc4771
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