[issue12806] argparse: Hybrid help text formatter

2016-02-13 Thread Stephan Sokolow
Stephan Sokolow added the comment: @GraylinKim: In the interest of people like myself who wander in here via Google, would you mind stating, for the record, what license argparse_formatter.py is under? -- nosy: +ssokolow ___ Python tracker <h

[issue23262] webbrowser module broken with Firefox 36+

2015-01-18 Thread Stephan Sokolow
Stephan Sokolow added the comment: Noted. I'm not sure what my schedule will be like, but I'll try. (I may get back to you with an answer later today or I may not within the week.) -- ___ Python tracker <http://bugs.python.o

[issue23262] webbrowser module broken with Firefox 36+

2015-01-18 Thread Stephan Sokolow
Stephan Sokolow added the comment: WinPdb = Windowed Pdb, not MS Windows Pdb. `sudo apt-get install winpdb` -- ___ Python tracker <http://bugs.python.org/issue23

[issue23262] webbrowser module broken with Firefox 36+

2015-01-18 Thread Stephan Sokolow
Stephan Sokolow added the comment: Well, then the code which chooses a backend is broken because I have xdg-open and, according to WinPdb, it's using the Mozilla backend. This was my local workaround: if os.name == 'posix' and not platform.mac_ver()[0]: with open(

[issue23262] webbrowser module broken with Firefox 36+

2015-01-18 Thread Stephan Sokolow
Stephan Sokolow added the comment: The proper solution is to prefer `start` (Windows), `open` (OSX), or `xdg-open` (everything else... usually but not always present) when present instead of calling the browser directly. That way, you're using the same "delegate to the desktop'

[issue6671] webbrowser doesn't respect xfce default browser

2015-01-17 Thread Stephan Sokolow
Changes by Stephan Sokolow : -- nosy: +ssokolow ___ Python tracker <http://bugs.python.org/issue6671> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23262] webbrowser module broken with Firefox 36+

2015-01-17 Thread Stephan Sokolow
New submission from Stephan Sokolow: As of Firefox 36 (currently in beta channel), the -remote option has been removed. https://www.mozilla.org/en-US/firefox/36.0a2/auroranotes/ https://www.mozilla.org/en-US/firefox/36.0beta/releasenotes/ As such, attempting to open http://www.example.com