cenkalti / pyhtml

HTML generation library for Python
Other
70 stars 10 forks source link

Investigate Python 3 support #2

Closed cenkalti closed 7 years ago

cenkalti commented 11 years ago

Does this work on python3?

Running tests.py file and doctests in the module may answer this question.

ghost commented 11 years ago

Very probably not. For it to work under Python 3, unicode/str issues have to be tackled in a much profounder way.

cenkalti commented 7 years ago

The library is compatible with Python 3 now.