ANN: Urwid 0.9.7.2 - Console UI Library

Ian Ward ian at excess.org
Wed Jan 3 23:13:22 EST 2007


Announcing Urwid 0.9.7.2
------------------------

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

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


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

This maintenance release significantly improves the performance of
Urwid when run in UTF-8 mode.  A UTF-8 input handling bug was also
fixed.


New in this release:
====================

   * Improved performance in UTF-8 mode when ASCII text is used.

   * Fixed a UTF-8 input bug.

   * Added a clear() function to the the display modules to force
     the screen to be repainted on the next draw_screen() call.


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.






More information about the Python-list mailing list