[issue17536] update browser list with additional browser names

2013-04-13 Thread Matthias Klose
Matthias Klose added the comment: now in 2.7 -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue17536] update browser list with additional browser names

2013-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a1429e9b621 by doko in branch '2.7': - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, http://hg.python.org/cpython/rev/5a1429e9b621 -- ___ Python tracker

[issue17536] update browser list with additional browser names

2013-04-09 Thread Senthil Kumaran
Senthil Kumaran added the comment: Doko: I am not strongly against the 2.7 patch. Given the last point you made providing the context from BDFL and also some of Eric's points, going ahead with your 2.7 patch seems OK to me. So +1 -- ___ Python track

[issue17536] update browser list with additional browser names

2013-04-09 Thread Matthias Klose
Matthias Klose added the comment: consider that chrome is your only browser installed, then the module should work as well. -- ___ Python tracker ___ ___

[issue17536] update browser list with additional browser names

2013-04-09 Thread Matthias Klose
Matthias Klose added the comment: in http://mail.python.org/pipermail/python-dev/2013-April/125205.html Guido made the suggestion: """ But perhaps we could change the focus for 2.7 development a bit: instead of fixing bugs (or bickering about whether something is a bug fix or a new feature) we

[issue17536] update browser list with additional browser names

2013-03-27 Thread Éric Araujo
Éric Araujo added the comment: FTR the shlex unicode bug reports are #6988 and #1170, and the cStringIO bug is #1548891. -- ___ Python tracker ___ __

[issue17536] update browser list with additional browser names

2013-03-24 Thread Éric Araujo
Éric Araujo added the comment: I would consider the list of browsers updatable in stable branches, like MIME types and encoding aliases. The alternate names for Mozilla browsers are really just strings in a list; xdg-open/x-www-browser/gvfs-open are a little more (need to use the right class

[issue17536] update browser list with additional browser names

2013-03-24 Thread Senthil Kumaran
Senthil Kumaran added the comment: Making these changes in 2.7 +# Google Chrome/Chromium browsers +for browser in ("google-chrome", "chrome", "chromium", "chromium-browser"): +if _iscommand(browser): +register(browser, None, Chrome(browser)) + is a mistake IMO. These

[issue17536] update browser list with additional browser names

2013-03-24 Thread R. David Murray
R. David Murray added the comment: Yeah, that's why I said I was open to discussion on it. It is more of a UI/system-config issue than a code issue, so I think maybe a backport would be OK. But we should check with python-dev, I think, since making UI changes to IDLE requires a PEP :) -

[issue17536] update browser list with additional browser names

2013-03-24 Thread Matthias Klose
Matthias Klose added the comment: > Technically this is a new feature and should only go into 3.4. I'm open to > discussion about this, but the discussion should have happened *before* the > commit. ok, will do so in the future. Howver it did look a bit simple ... > You will note in particul

[issue17536] update browser list with additional browser names

2013-03-24 Thread R. David Murray
R. David Murray added the comment: Technically this is a new feature and should only go into 3.4. I'm open to discussion about this, but the discussion should have happened *before* the commit. You will note in particular that support for Chrome was added in issue 13620 as an enhancement,

[issue17536] update browser list with additional browser names

2013-03-24 Thread Matthias Klose
Matthias Klose added the comment: 2.7.diff is the backport for 2.7, adding additional names xdg-open, gvfs-open, and chromium names. -- Added file: http://bugs.python.org/file29566/2.7.diff ___ Python tracker

[issue17536] update browser list with additional browser names

2013-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 206522d9134e by doko in branch '3.3': - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, http://hg.python.org/cpython/rev/206522d9134e New changeset 34648809d777 by doko in branch 'default': - Issue #17536: Add to webbrows

[issue17536] update browser list with additional browser names

2013-03-24 Thread Matthias Klose
New submission from Matthias Klose: Add some browser names supported on Debian systems: - www-browser, x-www-browser are browser names handled by the alternatives system, which should be preferred over specific browser names. Inserted with lower priority than the browsers for specific