podhmo / python-node-semver

python version of node-semver
MIT License
21 stars 15 forks source link

[question] Support for Python 2 #13

Closed memsharded closed 6 years ago

memsharded commented 7 years ago

I see https://github.com/podhmo/python-semver/commit/b42e9896e391e086b773fc621b23fa299d16b874 has removed Python 2, though the code is still compatible, and it works. What are the plans regarding this? Thank you!

podhmo commented 7 years ago

Ah, yes, maybe working correctly in non-multibyte input. Current implementation is not treating correctly multibyte strings, in python2.x.