-
Hi,
In CommonClient.connect there's a the socket module gets overwritten by either "socket=transports.HTTPPROXYsocket" or "socket="transports.TCPsocket". So if there's an exception the line "except socket.sslerror:" is bound to the wrong object.
Easily solved by renaming socket=transports... to something else, like stream=transports...
Patch attached.
Diane Trout.
2007-06-18 23:04:37 UTC in xmpp.py
-
detrout committed revision 1093 to the Pymerase SVN repository, changing 1 files.
2006-08-03 22:50:37 UTC in Pymerase
-
detrout committed revision 1092 to the Pymerase SVN repository, changing 1 files.
2006-08-03 21:45:49 UTC in Pymerase
-
detrout committed revision 1091 to the Pymerase SVN repository, changing 2 files.
2006-08-03 21:37:17 UTC in Pymerase
-
detrout committed revision 1090 to the Pymerase SVN repository, changing 2 files.
2006-08-03 21:35:45 UTC in Pymerase
-
detrout committed revision 1089 to the Pymerase SVN repository, changing 1 files.
2006-08-03 21:18:23 UTC in Pymerase
-
Pymerase has been switched to sourceforge hosted subversion.
Check out with svn co https://svn.sourceforge.net/svnroot/pymerase/pymerase/trunk pymerase
(Also the current subversion code should work with both pscyopg2 and psycopg.
2006-08-03 21:06:14 UTC in Pymerase
-
detrout committed revision 1088 to the Pymerase SVN repository, changing 1 files.
2006-08-03 21:03:14 UTC in Pymerase
-
detrout committed revision 1087 to the Pymerase SVN repository, changing 5 files.
2006-08-03 20:52:54 UTC in Pymerase
-
detrout committed revision 1086 to the Pymerase SVN repository, changing 2 files.
2006-08-03 19:24:31 UTC in Pymerase