diff options
author | Lance Stout <lancestout@gmail.com> | 2011-05-20 16:48:13 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-05-20 16:48:13 -0400 |
commit | 6b274a2543744f9b94823f5bd2a6c23ec8cc3f75 (patch) | |
tree | 6272aac508277e9ce0f14c8c15912719d616a575 /conn_tests/testpubsub.py | |
parent | 6a07e7cbe3e995f44ca3ba75a0ff83616269cf5a (diff) | |
download | slixmpp-6b274a2543744f9b94823f5bd2a6c23ec8cc3f75.tar.gz slixmpp-6b274a2543744f9b94823f5bd2a6c23ec8cc3f75.tar.bz2 slixmpp-6b274a2543744f9b94823f5bd2a6c23ec8cc3f75.tar.xz slixmpp-6b274a2543744f9b94823f5bd2a6c23ec8cc3f75.zip |
Fix double roster entry issue with Unicode.
JIDs with Unicode values were being encoded by the JID class
instead of leaving them as just Unicode strings.
It may still be a good idea to use
from __future__ import unicode_literals
pretty much everywhere though.
Fixes issue #88.
Diffstat (limited to 'conn_tests/testpubsub.py')
0 files changed, 0 insertions, 0 deletions