]> granicus.if.org Git - python/commit
Issue #4537: webbrowser.UnixBrowser failed because this module defines an open()
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 5 Dec 2008 01:02:21 +0000 (01:02 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 5 Dec 2008 01:02:21 +0000 (01:02 +0000)
commitbc2ce57203e1f355004ec95953eae9dec780ef9a
tree066d0379437cfd29e77abc3d85cde7331ddbb828
parent9a0a65b524fa5afa91d918977bada03d24f95234
Issue #4537: webbrowser.UnixBrowser failed because this module defines an open()
function which shadows the builtin.

Will backport to 3.0
Lib/webbrowser.py
Misc/NEWS