Releases: wharris/esmre
Releases · wharris/esmre
1.0.1
1.0
Add support for Python 3
Release 0.5.2 belatedly adds support for Python 3.
- replace the handwritten C extension with a Cython-generated module
- apply updates from underlying ESM implementation
- fix a syntax error
- convert unicode strings to utf8 bytes where required
- apply minor modernization