Message3986

Author zyasoft
Recipients amak, cocoon, zyasoft
Date 2008-12-29.17:52:02
SpamBayes Score 0.00016139845
Marked as misclassified No
Message-id <1230573122.59.0.652051405228.issue1191@psf.upfronthosting.co.za>
In-reply-to
Content
cherrypy 3.1.1 uses socket.IPPROTO_TCP; by defining the constant,
soaplib at the very least is able to run all of its unit tests.

(The cherrypy test suite involves tty, so at the very least that needs
to be looked at - I don't think we want to consider supporting tty too
just yet :)

Constantine defines socket protocol constants in
org.python.constantine.platform.IPProto, so hopefully it should be
straightforward to add.
History
Date User Action Args
2008-12-29 17:52:02zyasoftsetmessageid: <1230573122.59.0.652051405228.issue1191@psf.upfronthosting.co.za>
2008-12-29 17:52:02zyasoftsetrecipients: + zyasoft, amak, cocoon
2008-12-29 17:52:02zyasoftlinkissue1191 messages
2008-12-29 17:52:02zyasoftcreate