Re: [Python-Dev] patch suggestion for webbrowser

2009-01-01 Thread Oleg Broytmann
On Thu, Jan 01, 2009 at 02:24:02PM +0200, Yinon Ehrlich wrote: > enclosed a patch for webbrowser which will find applications/batch files > ending with .com or .cmd too. Please submit the patch to the issue tracker: http://bugs.python.org/ Oleg. -- Oleg Broytmannhttp://phd.

[Python-Dev] patch suggestion for webbrowser

2009-01-01 Thread Yinon Ehrlich
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) @@ -10