LWN.net Logo

Urwid 0.9.8.4 released

From:  Ian Ward <ian-AT-excess.org>
To:  Urwid General Discussion <urwid-AT-lists.excess.org>, python-announce-AT-python.org, python-list-AT-python.org
Subject:  ANN: Urwid 0.9.8.4 - Console UI Library
Date:  Fri, 13 Mar 2009 15:50:07 -0400
Message-ID:  <49BAB8EF.8070605@excess.org>
Archive-link:  Article, Thread

Announcing Urwid 0.9.8.4
------------------------

Urwid home page:
   http://excess.org/urwid/

Tarball:
   http://excess.org/urwid/urwid-0.9.8.4.tar.gz

RSS:
   http://excess.org/feeds/tag/urwid/


About this release:
===================

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)


About Urwid
===========

Urwid is a console UI library for Python. It features fluid interface
resizing, UTF-8 support, multiple text layouts, simple attribute markup,
powerful scrolling list boxes and flexible interface design.

Urwid is released under the GNU LGPL.







(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds