Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #9456 > unrolled thread

ANN: Urwid 0.9.9.2 - Console UI Library

Started byIan Ward <ian@excess.org>
First post2011-07-13 22:02 -0400
Last post2011-07-13 22:02 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: Urwid 0.9.9.2 - Console UI Library Ian Ward <ian@excess.org> - 2011-07-13 22:02 -0400

#9456 — ANN: Urwid 0.9.9.2 - Console UI Library

FromIan Ward <ian@excess.org>
Date2011-07-13 22:02 -0400
SubjectANN: Urwid 0.9.9.2 - Console UI Library
Message-ID<mailman.1015.1310610923.1164.python-list@python.org>
Announcing Urwid 0.9.9.2
------------------------

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

Screen shots:
  http://excess.org/urwid/examples.html

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


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

This release is *not* the big, exciting,
wow-look-at-all-those-new-features release that just might be coming out
very soon.  It does, however fix a number of bugs in the previous release.


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

  * Fix for an Overlay get_cursor_coords(), and Text top-widget bug

  * Fix for a Padding rows() bug when used with width=PACK

  * Fix for a bug with large flow widgets used in an Overlay

  * Fix for a gpm_mev bug

  * Fix for Pile and GraphVScale when rendered with no contents

  * Fix for a Python 2.3 incompatibility (0.9.9 is the last release to
    claim support Python 2.3)


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

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

Urwid is released under the GNU LGPL.


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web