Posted on 2009-03-13.
This is a maintenance release that adds compatibility with Python 2.6
and fixes a number of bugs.
New in this release:
-
Fixed incompatibilities with Python 2.6 (by Friedrich Weber)
-
Fixed a SimpleListWalker with emptied list bug (found by Walter Mundt)
-
Fixed a curses_display stop()/start() bug (found by Christian Scharkus)
-
Fixed an is_wide_character() segfault on bad input data bug (by Andrew Psaltis)
-
Fixed a CanvasCache with render() used in both a widget and its superclass bug (found by Andrew Psaltis)
-
Fixed a ListBox.ends_visible() on empty list bug (found by Marc Hartstein)
-
Fixed a tutorial example bug (found by Kurtis D. Rader)
-
Fixed an Overlay.keypress() bug (found by Andreas Klöckner)
-
Fixed setuptools configuration (by Andreas Klöckner)
Tags: Urwid Python