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


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

ANN: Urwid 1.0.2

Started byIan Ward <ian@excess.org>
First post2012-07-13 16:54 -0400
Last post2012-07-13 16:54 -0400
Articles 1 — 1 participant

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


Contents

  ANN: Urwid 1.0.2 Ian Ward <ian@excess.org> - 2012-07-13 16:54 -0400

#25294 — ANN: Urwid 1.0.2

FromIan Ward <ian@excess.org>
Date2012-07-13 16:54 -0400
SubjectANN: Urwid 1.0.2
Message-ID<mailman.2105.1342214284.4697.python-list@python.org>
Announcing Urwid 1.0.2
----------------------

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

Manual:
  http://excess.org/urwid/wiki/UrwidManual

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


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

This is a stable bug-fix-only release.

A number of bugs that could cause Urwid to crash in normal use have
been fixed.  Upgrading is recommended.


New in 1.0.2:
=============

 * Fix for a bug when entering Unicode text into an Edit widget with
   a bytes caption

 * Fix a regression when not running in UTF-8 mode

 * Fix for a MainLoop.remove_watch_pipe() bug

 * Fix for a bug when packing empty Edit widgets

 * Fix for a ListBox "contents too long" error with very large
   Edit widgets

 * Prevent ListBoxes from selecting 0-height selectable widgets
   when moving up or down

 * Fix a number of bugs caused by 0-height widgets in a ListBox


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