On 3/21/07, Steven Bethard <[EMAIL PROTECTED]> wrote:
> On 3/21/07, Facundo Batista <[EMAIL PROTECTED]> wrote:
> > So, as a resume of the choices we still need to settle:
> >
> >   a) Repeat the same functionality in 5 other libraries
> >   b) Write the function in socket.py, public
> >   c) Write the function in socket.py, non public
>
> The fact that it's needed in 5 places in the stdlib suggests that
> there's plenty of user code that could benefit from it too.  Hence, I
> prefer (b), but if that really freaks people out, I'm okay with (c)
> too.  I'm not okay with (a).

I agree with the reasoning leading to choice (b) as optimal.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
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

Reply via email to