JonathanHolvey / sharepy

Simple SharePoint authentication for Python
GNU General Public License v3.0
175 stars 52 forks source link

Python 2.7 and 3 compatibility #29

Closed kenseii closed 4 years ago

kenseii commented 5 years ago

Code compatible with on v2 and v3 of python

JonathanHolvey commented 5 years ago

Thanks for the PR, however SharePy is in the middle of a major rewrite, and a big change like this will complicate things greatly. Further, Python 2.7 will reach its end of life next year, and I'd like to keep the code base clean.

I have a branch for python 2.7 compatibility. Perhaps you could create a PR to add any improvements there instead?

JonathanHolvey commented 4 years ago

Closing, given Python 2 has reached end of life.