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
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
Stephan Sokolow added the comment:
WinPdb = Windowed Pdb, not MS Windows Pdb.
`sudo apt-get install winpdb`
--
___
Python tracker
<http://bugs.python.org/issue23
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(
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'
Changes by Stephan Sokolow :
--
nosy: +ssokolow
___
Python tracker
<http://bugs.python.org/issue6671>
___
___
Python-bugs-list mailing list
Unsubscribe:
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