Need help with httplib

Carl Waldbieser waldbie at attglobal.net
Sun Aug 18 20:33:47 EDT 2002


I am using Python 2.2.1.  I got the latest version of httplib like you
suggested, and it worked like a charm.  Thanks everyone for your help!

Carl Waldbieser
waldbie at attglobal.net


"Jeremy Hylton" <jeremy at alum.mit.edu> wrote in message
news:b0f083db.0208180852.51b157e0 at posting.google.com...
>
> You haven't mentioned which version of Python you're using, but it
> probably doesn't matter.  I think all released versions of Python have
> an httplib that does not handle 100 continue responses.  The code has
> been fixed and will be available as soon as 2.2.2 and 2.3 are
> released.  Until then, you may want to grab the latest source from CVS
> and see if that helps.
>
>
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Lib/ht
tplib.py
>
> Jeremy





More information about the Python-list mailing list