Encode track and follow parameters to UTF8. Blindly calling str() will cause a Unicod...
authorDan Fairs <dan@fezconsulting.com>
Tue, 17 Jan 2012 12:17:33 +0000 (12:17 +0000)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 22 Dec 2013 13:53:36 +0000 (08:53 -0500)
commit2d5db811a942262b6cd1b0c0d8ace712ac2b1a3a
tree86741ede25e807cc64780d56f990dc7c3e1df794
parent012da2d2d8fbad723e2af8a904f52ee729b52e49
Encode track and follow parameters to UTF8. Blindly calling str() will cause a UnicodeEncodeError as the ascii codec is used.
tests/test_streaming.py
tweepy/streaming.py