fritzy / SleekXMPP

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

[bug] [python3] ``Exception.message`` absent in Python3 #211

Closed polymorphm closed 11 years ago

polymorphm commented 11 years ago

good day!

Exception.message absent in Python3, but sleekxmpp/xmlstream/xmlstream.py (and may be some other files) -- uses log.error(err.message) in some places

legastero commented 11 years ago

Thanks! This should be fixed now.