question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

As we discussed earlier adding legacy python version support is not much of an effort. The main difficulty is the manual labour to ensure every .decode() and .encode() calls are in place.

However, there are several questions to answer:

  • Is python2 support even needed?
  • How important it is?
  • How should it be tested?

What do you think?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lk-geimfaricommented, Dec 15, 2016

@aminalaee The advantage is that the library has no dependencies. If we wanna add support of Python 2 we need to add at least one requirement - six, and it’s not good.

0reactions
aminalaeecommented, Dec 15, 2016

@lk-geimfari Ok, I thought it was to be done.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sunsetting Python 2
As of January 1st, 2020 no new bug reports, fixes, or changes will be made to Python 2, and Python 2 is no...
Read more >
Extended Support Past Python 2 EOL - ActiveState
Support & Security Updates for Python 2.7 ... The Python Software Foundation sunset Python 2 on January 1, 2020. End of Life (EOL)...
Read more >
How is Python 2 supported in RHEL after 2020?
The PSF have announced that their "official" support of version 2 of the Python language ends on January 1st 2020 as described at:...
Read more >
How to Secure Python 2 Past End of Life (EOL) with ActiveState
Answer: Official support and maintenance for Python 2 ended on January 1, 2020. The Python Software Foundation no longer offers bug fixes and ......
Read more >
Sunsetting Python 2 support
The developers of the Python language extended support of Python 2.7 from 2015 to January 1, 2020, recognising that many people were still...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found