Patches #54
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patches"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Ryan, sorry for not getting back to you earlier.
A bit of further cleaning is provided in the additional commits.
Thanks.
Hey, finally got around to merging this - thanks for the patch, I think people will be quite happy about this one! ;)
Sorry, looks like I got bitten by the way lambdas are implemented.
for key in ...:
self.dict[key] = ...
all assignments ended up pointing to the same endpoint, which was rather confusing.
I had to do a bit of rejuggling.
Please pull from patches for the fix.
This time it was tested :)