reverted the encoding fix that tommy made in lieu of a different crazy hack
authorBenjamin Mako Hill <mako@atdot.cc>
Fri, 1 May 2015 17:14:23 +0000 (10:14 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Fri, 1 May 2015 17:18:45 +0000 (10:18 -0700)
commitc63b39e25aac93634380365407e6b909d19dcd4f
tree104ac4a32e67571d2e6775be982289d5c097786d
parentc09c5f5d95d501c31271233a3c34b88daee6a997
reverted the encoding fix that tommy made in lieu of a different crazy hack

- backed out the two changes to the tweepy code that was stripping non-unicode
  for all users
- added a new module that checks if it's windows and, if so, enables the
  windows console fix
- added the new encoding_fix module to each of the twitter examples
encoding_fix.py [new file with mode: 0644]
tweepy/models.py
tweepy/streaming.py
twitter-stream-raw1.py
twitter-stream1.py
twitter-stream2.py
twitter1.py
twitter2.py
twitter3.py
twitter4.py

Benjamin Mako Hill || Want to submit a patch?