Changes between Version 5 and Version 6 of MainLoop
- Timestamp:
- 01/23/10 18:24:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MainLoop
v5 v6 19 19 then re-raise the exception for normal handling. 20 20 21 Using `MainLoop` is highly recommended, but there are no dependencies on it elsewhere in Urwid, so22 if it does not fit the needs of your application you may choose not to.21 Using `MainLoop` is highly recommended, but if it does not fit the needs of your application you may 22 choose to use your own code instead. There are no dependencies on `MainLoop` in other parts of Urwid. 23 23 24 24 [http://excess.org/urwid/reference.html#MainLoop MainLoop reference]
