Changes between Version 5 and Version 6 of MainLoop

Show
Ignore:
Timestamp:
01/23/10 18:24:08 (3 years ago)
Author:
ian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MainLoop

    v5 v6  
    1919then re-raise the exception for normal handling. 
    2020 
    21 Using `MainLoop` is highly recommended, but there are no dependencies on it elsewhere in Urwid, so  
    22 if it does not fit the needs of your application you may choose not to. 
     21Using `MainLoop` is highly recommended, but if it does not fit the needs of your application you may  
     22choose to use your own code instead.  There are no dependencies on `MainLoop` in other parts of Urwid. 
    2323 
    2424[http://excess.org/urwid/reference.html#MainLoop MainLoop reference]