Re: [Python-Dev] Py3K timescale and stdlib philosophy (was: Re: Py3K thought: use...)

2006-03-19 Thread Bill Janssen
I was sort of hoping that Python would approach Py3K asymptotically... :-). PEP 328, for instance, talks about Python 2.5, 2.6, 2.7. Bill ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] Py3K timescale and stdlib philosophy (was: Re: Py3K thought: use...)

2006-03-19 Thread Brett Cannon
On 3/19/06, John J Lee <[EMAIL PROTECTED]> wrote: > On Fri, 17 Mar 2006, Brett Cannon wrote: > > > On 3/17/06, A.M. Kuchling <[EMAIL PROTECTED]> wrote: > >> Thought: We should drop all of httplib, urllib, urllib2, and ftplib, > >> and instead adopt some third-party library for HTTP/FTP/whatever, >

[Python-Dev] Py3K timescale and stdlib philosophy (was: Re: Py3K thought: use...)

2006-03-19 Thread John J Lee
On Fri, 17 Mar 2006, Brett Cannon wrote: > On 3/17/06, A.M. Kuchling <[EMAIL PROTECTED]> wrote: >> Thought: We should drop all of httplib, urllib, urllib2, and ftplib, >> and instead adopt some third-party library for HTTP/FTP/whatever, >> write a Python wrapper, and use it instead. (The only suc