[Python-Dev] patch suggestion for webbrowser
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
[Python-Dev] os.defpath for Windows
Hi, just saw that os.defpath for Windows is defined as Lib/ntpath.py:30:defpath = '.;C:\\bin' Most Windows machines I saw has no c:\bin directory. Any reason why it was defined this way ? Thanks, Yinon ___ Python-Dev mailing list Pytho