Re: [Python-Dev] Re: Change 'env var BROWSER override' semantics in webbrowser.py

2005-03-20 Thread rodsenra
 On Friday 18 March 2005 17:44, Reinhold Birkenfeld wrote:
   Additionally, there are several patches on SF that pertain to
   webbrowser.py; perhaps you can review some of them...

By all means. Done!


 Given the time I haven't been able to devote to the webbrowser module, a
 consolidated set of reviews would be very helpful.

 Patch reviews should be written in the tracker, as always, and a summary
 of all the webbrowser-related patches in a single email to python-dev.

Thank you. That was valuable information.

best regards,
Rod Senra

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Re: Change 'env var BROWSER override' semantics in webbrowser.py

2005-03-20 Thread Oleg Broytmann
On Sun, Mar 20, 2005 at 11:40:27AM -0300, [EMAIL PROTECTED] wrote:
 Perhaps you could focus in 728278. It addresses some of the issues you
 have addressed in 754022, but it is not properly formatted.

   I started to look at it yesterday, but it's so big and does so many
things at once... it requires a lot of time...

Oleg.
-- 
 Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Re: Change 'env var BROWSER override' semantics in webbrowser.py

2005-03-18 Thread Reinhold Birkenfeld
Martin v. Löwis wrote:
 Rodrigo Dias Arruda Senra wrote:
 I propose a small change in webbrowse.py module.
 
 I think I'm generally in favour of such a change. However:
 
 - please don't post patches to python-dev, unless you *want*
them to be ignored. Typically, nobody will pick up patches
from python-dev and apply them, except for rare cases (e.g.
urgent bug fixes of serious breakages); post to SF instead.
 - please accompany your change with a documentation patch.
It may be that the exact search procedure for browsers is
not specified yet; take that chance and specify it so
clearly that the code without your patch would actually
conflict with the documentation, so that readers of
the new code can verify that this is indeed the
documentation-mandated behaviour.
 - consider integration of test cases. As this involves
startup code and environment variables, I would be willing
to waive the test case requirement here as unimplementable.
However, do consider writing test cases.

Additionally, there are several patches on SF that pertain to
webbrowser.py; perhaps you can review some of them...

Reinhold

-- 
Mail address is perfectly valid!

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com