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 r.david.murray
Recipients CristianCantoro, georg.brandl, gps, pitrou, r.david.murray
Date 2014-08-27.15:18:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409152715.4.0.10759639072.issue22277@psf.upfronthosting.co.za>
In-reply-to
Content
It makes sense, but I'm not sure avoiding the extra import is sufficient motivation.  If you weren't allowing redirection it would be a different story, but allowing redirection seems logical.

We should get the opinion of some other developers.  I've added some people to nosy who have worked on subprocess and/or webbrowser in the not too distant past.

Note: a third option is to import DEVNULL into the webbrowser namespace.  That kind of redundancy feels suspect, but practicality might beat purity here.
History
Date User Action Args
2014-08-27 15:18:35r.david.murraysetrecipients: + r.david.murray, georg.brandl, pitrou, gps, CristianCantoro
2014-08-27 15:18:35r.david.murraysetmessageid: <1409152715.4.0.10759639072.issue22277@psf.upfronthosting.co.za>
2014-08-27 15:18:35r.david.murraylinkissue22277 messages
2014-08-27 15:18:35r.david.murraycreate