[issue4079] new urllib2.Request 'timeout' attribute needs to have a default

2008-10-08 Thread Sidnei da Silva
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

[issue4078] asyncore fixes are not backwards compatible

2008-10-08 Thread Sidnei da Silva
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'