[ZCM] [ZC] 1548/ 1 Request "Client.py broken because of deprecated httplib usage"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Thu Oct 21 14:36:54 EDT 2004


Issue #1548 Update (Request) "Client.py broken because of deprecated httplib usage"
 Status Pending, Zope/bug medium
To followup, visit:
  http://zope.org/Collectors/Zope/1548

==============================================================
= Request - Entry #1 by Anonymous User on Oct 21, 2004 2:36 pm

Client.py line 144:

  h=HTTP()

This is deprecated as of Python 2.2 and causes an exception in Python 2.3.4. The HTTP class has been deprecated in favour of HTTPConnection. Also, on line 154, RemoteException is being passed the wrong number of parameters.
==============================================================



More information about the Zope-Collector-Monitor mailing list