-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support for legacy Python 2 #301
Conversation
Hi @hugovk, thanks for the PR! Our policy is to merge PR's with develop. I changed the base branch from |
Yes, I'll have a look. Do you merge to I recommend setting the default branch to You should also mention to make it against |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks incredible thorough.
I will keep looking for additional things that could or should be included in this PR.
## Arcfour | ||
## | ||
class Arcfour(object): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that removing explicit inheritence of object
is possible since this is the default in Python3. However, I prefer that the inheritance stays explicit cause it's more consistent.
Yes, that's how we do it. And I totally agree that having the master as the default branch is causing unnecessary amounts of work. I've just put this issue on the todo list for a owner of the pdfminer organisation (#304). |
Please see PR #305, against develop. |
Fixes #194.