2.10.1 #209

Merged
michaelhelmick merged 7 commits from dev into master 2013-05-29 08:42:31 -07:00
michaelhelmick commented 2013-05-29 08:39:31 -07:00 (Migrated from github.com)
  • More test coverage!
  • Fix search_gen, fixes #200
  • Fixed get_lastfunction_header to actually do what its docstring says, returns None if header is not found, fixes #205
  • 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

[ci skip]

- More test coverage! - Fix `search_gen`, fixes #200 - Fixed `get_lastfunction_header` to actually do what its docstring says, returns `None` if header is not found, fixes #205 - 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 [ci skip]
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#209
No description provided.