podhmo / python-node-semver

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

No unicode? #1

Closed gjedeer closed 6 years ago

gjedeer commented 9 years ago

Nice job on this package!

Is unicode unsupported by design or is it a bug? When the list of versions contains an unicode string, an "Invalid version" ValueError is raised here:

https://github.com/podhmo/python-semver/blob/master/semver/__init__.py#L288

podhmo commented 9 years ago

I have no-memory about it. But it seems bug for me (now). Maybe, this package developed for python3.x, that is why the unicode type is not support seriously.

anyway, this is bug, so I will try to fix this behaviour.

podhmo commented 6 years ago

same as #13 ?