commit | 934f4e1f398bb0dd712f40ecf7957327bdae33f8 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Jun 22 09:18:28 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Jun 22 09:18:28 2010 +0000 |
tree | aef7a3a91634068202c09e0fda5d257c9e9b9cbe | |
parent | 4f6125996d1d8b164f9b59f90b5215462ca5a0e9 [diff] |
Fix for issue8446: * Don't import 'ic' in webbrowser, that module is no longer used * Remove 'MacOS' from the list of modules that should emit a Py3kWarning on import. This is needed because one of the earlier tests triggers and import of this extension, and that causes a failure in test_py3kwarn (running test_py3kwarn separately worked fine) With these changes 'make tests' no longer says that test_py3kwarn fails.