Skip to content

0.8.1

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 02 Sep 18:48

0.8.1

Released: Fri May 24 2013

  • [bug] Changed setup.py to skip installing markupsafe
    if Python version is < 2.6 or is between 3.0 and
    less than 3.3, as Markupsafe now only supports 2.6->2.X,
    3.3->3.X.

    References: #216

  • [bug] Fixed regression where "entity" filter wasn't
    converted for py3k properly (added tests.)

    References: #214

  • [bug] Fixed bug where mako-render script wasn't
    compatible with Py3k.

    References: #212

  • [bug] Cleaned up all the various deprecation/
    file warnings when running the tests under
    various Pythons with warnings turned on.

    References: #213