[issue4828] patch suggestion for webbrowser

2010-10-27 Thread Georg Brandl

Changes by Georg Brandl :


--
resolution:  -> wont fix
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4828] patch suggestion for webbrowser

2010-10-27 Thread anatoly techtonik

anatoly techtonik  added the comment:

Any explanations?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4828] patch suggestion for webbrowser

2010-10-27 Thread Georg Brandl

Georg Brandl  added the comment:

Oh, sorry.  Shouldn't do too many things at once.

Well, I think there aren't many webbrowsers that come as a .com file, for 
example.  And as Amaury shows, the patch can't be applied as is anyway.

--
nosy: +georg.brandl

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4828] patch suggestion for webbrowser

2009-01-04 Thread Yinon Ehrlich

Changes by Yinon Ehrlich :


--
components: Library (Lib)
files: webbrowser.patch
keywords: patch
nosy: Yinon
severity: normal
status: open
title: patch suggestion for webbrowser
versions: Python 2.6
Added file: http://bugs.python.org/file12580/webbrowser.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4828] patch suggestion for webbrowser

2009-01-04 Thread Yinon Ehrlich

New submission from Yinon Ehrlich :

this will find applications/batch files  
ending with .com or .cmd too.

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4828] patch suggestion for webbrowser

2009-01-17 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc  added the comment:

I was to suggest to use the PATHEXT variable instead of a hardcoded list of 
extensions, 
but does all this work at all?

For example, I added a "opera.bat" in my current directory.
a browser named 'opera' was registered, but it did not start!

>>> webbrowser.get('opera').open('http://www.google.com')
False

And indeed, the subprocess module does not start .bat files unless "shell=True" 
is given.

--
nosy: +amaury.forgeotdarc

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4828] patch suggestion for webbrowser

2009-04-07 Thread anatoly techtonik

anatoly techtonik  added the comment:

Windows has a plenty of executable extensions that can be dynamically
added. You may want to look at patch at issue 2200
http://bugs.python.org/file11359/spawn.patch.txt for workaround.

--
nosy: +techtonik

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com