New submission from Sidnei da Silva <[EMAIL PROTECTED]>:
'urllib2' has introduced a configurable 'timeout' setting by assigning
to the 'timeout' attribute of the urllib2.Request object. However the
implementation is flawed:
- the 'timeout' attribu
New submission from Sidnei da Silva <[EMAIL PROTECTED]>:
I am working on getting Zope to run (or at least, start) with Python
2.6. It actually starts right now after applying some patches, which
is amazing on itself, but it dies right away due to changes in
asyncore that break Zope'