Fix bug where streams freeze up on Python 3 due to string formatting bug.
authorJoshua Roesslein <jroesslein@opengov.com>
Mon, 16 Feb 2015 19:32:12 +0000 (11:32 -0800)
committerJoshua Roesslein <jroesslein@opengov.com>
Mon, 16 Feb 2015 19:32:12 +0000 (11:32 -0800)
commit2ab122297af082fd2fc42598f066bc9dd47de1e6
tree08720b6484f48930b43346bf9847249560b67b1a
parentfdf133184a918a64a0853dc52bffddc90570dcfa
Fix bug where streams freeze up on Python 3 due to string formatting bug.

Remove usage of urlencode_noplus and instead let Requests handle the encoding work for us.

Fixes #556
tweepy/streaming.py