Good spotting. The fix is stupidly simple:
--- sslurllib.py.old 2009-06-26 19:54:43.000000000 +1200
+++ sslurllib.py 2009-06-26 19:55:20.000000000 +1200
@@ -22,7 +22,7 @@
default_port = httplib.HTTPS_PORT
def __init__(self, host, port=None, key_file=None,
cert_file=None,
- strict=None):
+ strict=None, timeout=None):
httplib.HTTPConnection.__init__(self, host, port, strict)
self.key_file = key_file
self.cert_file = cert_file
Tested and it works for me.
On Jun 26, 12:42 am, Chris Moffitt <[email protected]> wrote:
> I'm guessing it's somehow related to this ticket
> -http://hg.satchmoproject.com/satchmo/issue/826/python-26-compatibilit...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---