need to revert email.generator._make_boundary() vs. mimetools.choose_boundary() #45
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#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
noticed in 1.4.4 over 1.4.3 that you moved it from email.generator._make_boundary() to mimetools.choose_boundary()... unfortunately, we'll we need to revert this change as the latter is deprecated for 3.x:
And they really did carry-through with their threat (so the import of twython3k/twython.py fails):
why the change from email.generator._make_boundary()? it seems to work fine under both Python 2 & 3:
Mmmm, alright, the most recent two commits should fix this.