Skip to content
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

Python 2 Support #30

Open
FlorianSteenbuck opened this issue Oct 9, 2018 · 1 comment
Open

Python 2 Support #30

FlorianSteenbuck opened this issue Oct 9, 2018 · 1 comment

Comments

@FlorianSteenbuck
Copy link

FlorianSteenbuck commented Oct 9, 2018

This project in the early stages supports python 2. Now their is no python 2 support anyway. This is caused by two bugs that simply got ignored and not solved.

#21
Is a bug that appears because a int parsing do not work correctly. load_entry_point can not be found in source code anymore their is not reason for switch the version for a trivial error like this.

#15
Is a bug that using a python3 parameter to the function open this have something todo with encoding and can be used in python2 too

I basically miss the cool looking version badges in the README

@juga0
Copy link
Owner

juga0 commented Oct 9, 2018

Hi Florian,

This project in the early stages supports python 2. Now their is no python 2 support anyway. This is caused by two bugs that simply got ignored and not solved.

They were not ignored, they were both closed as wontfix, commenting "I'm removing support for python 2"

The reasons to don't support python 2 being:

  • lack of developer-hours
  • potential users having a(n old) machine without memory or disk enough to support both python 2 and python 3 are probably scarce. For other users, there is no reason to do not include in their system to python 3.

Feel free to open a PR if you have patches that would fix python 2 support.

I basically miss the cool looking version badges in the README

If you mean that they images are not currently being displayed, that's a minor format issue that should have other issue.

Is your feedback or your comments answered?.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants