]> granicus.if.org Git - python/commit
Fix for issue8446:
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 22 Jun 2010 09:18:28 +0000 (09:18 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 22 Jun 2010 09:18:28 +0000 (09:18 +0000)
commit934f4e1f398bb0dd712f40ecf7957327bdae33f8
treeaef7a3a91634068202c09e0fda5d257c9e9b9cbe
parent4f6125996d1d8b164f9b59f90b5215462ca5a0e9
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.
Lib/test/test_py3kwarn.py
Lib/webbrowser.py