twython v2.10.1 Release Notes

Release Date: 2013-05-29 // almost 11 years ago
    • โœ… More test coverage!
    • ๐Ÿ›  Fix search_gen
    • Fixed get_lastfunction_header to actually do what its docstring says, returns None if header is not found
    • Updated some internal API code, __init__ didn't need to have self.auth and self.headers because they were never used anywhere else but the __init__
    • โž• Added disconnect method to TwythonStreamer, allowing users to disconnect as they desire
    • โšก๏ธ Updated TwythonStreamError docstring, also allow importing it from twython
    • ๐Ÿšฆ No longer raise TwythonStreamError when stream line can't be decoded. Instead, sends signal to TwythonStreamer.on_error
    • ๐Ÿ‘ Allow for (int, long, float) params to be passed to Twython Twitter API functions in Python 2, and (int, float) in Python 3