[Python-Dev] patch suggestion for webbrowser (original) (raw)

Yinon Ehrlich yinon.me at gmail.com
Thu Jan 1 13:24:02 CET 2009


Hi,

enclosed a patch for webbrowser which will find applications/batch files ending with .com or .cmd too. Yinon

Index: Lib/webbrowser.py

--- Lib/webbrowser.py (revision 68118) +++ Lib/webbrowser.py (working copy) @@ -103,10 +103,11 @@

if sys.platform[:3] == "win": def _isexecutable(cmd):



More information about the Python-Dev mailing list