fritzy / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
1.1k stars 299 forks source link

Python3 exception handling compatibility issue #173

Closed seb-m closed 12 years ago

seb-m commented 12 years ago

In the develop branch this exception handling is not compatible with Python3 interpreters https://github.com/fritzy/SleekXMPP/blob/develop/sleekxmpp/plugins/xep_0065/proxy.py#L321

legastero commented 12 years ago

Thanks! The xep-0065 plugin is brand new, so if you have any other feedback for it it is greatly appreciated.

seb-m commented 12 years ago

Hi thanks! and btw you're doing an awesome work on this project!

SeyZ commented 12 years ago

Thanks for the issue and the fix !