[Zope] Httplib and Python version of Zope 2.5.1

Igor Leturia IGOR@emun.com
Wed, 9 Oct 2002 16:26:33 +0200


  Hi!

  I need to use httplib library in Zope, but I need the http protocol to
be HTTP 1.1. I've searched in www.python.org and I think that the
httplib in Python 2.1 uses HTTP 1.0 and the httplib in Python 2.2 uses
HTTP 1.1. Is that right?

  If it is right, then I would need Zope to use Python 2.2. I'm using
Zope 2.5.1, but I think it doesn't use Python 2.2. Is that right?

  If it is right, then does Zope 2.6.0 use Python 2.2?

  If not, can I just change the httplib.py file in the Zope installation
and use Python 2.2's version? I mean, are there changes in the API
interface?

  Thanks in advance,

					Igor Leturia