This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anton.barkovsky
Recipients anton.barkovsky
Date 2012-07-25.13:15:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343222113.7.0.837887359823.issue15447@psf.upfronthosting.co.za>
In-reply-to
Content
webbrowser._invoke opens /dev/null, never closes it and a warning is
printed.

I'm attaching a patch.
The diff looks messy, but I'm just wrapping the code in a try-finally
block, the rest is just indented.
History
Date User Action Args
2012-07-25 13:15:13anton.barkovskysetrecipients: + anton.barkovsky
2012-07-25 13:15:13anton.barkovskysetmessageid: <1343222113.7.0.837887359823.issue15447@psf.upfronthosting.co.za>
2012-07-25 13:15:12anton.barkovskylinkissue15447 messages
2012-07-25 13:15:12anton.barkovskycreate