0.7.1
Version 0.7.1
https://github.com/edgewall/genshi/releases/tag/0.7.1
(Sep 1 2018, from branches/stable/0.7.x)
- Add support for Python 3.5, 3.6 and 3.7.
- Move to GitHub and Travis CI.
- Add support for iterator arguments to _speedups Markup.join implementation so that it matches
the Python implementation (fixes #574). - Add HTML5 input placeholder attribute to list of translatable attributes (fixes #577).
- Add missing boolean attributes to XHTML and HTML serializers (fixes #570).
- Fix infinite recursion in template inlining (fixes #584).
- Support slash escaped of CRLF newlines (fixes #569).
- Disable the speedups C extension on CPython >= 3.3 since Genshi doesn't support the new Unicode
C API yet. - Fix handling of case where a translation has text after a closing tag (fixes #566).
- Fix assert with side-effect in xi:fallback directive processing (see #565).