Changeset 275:4465b569eab0 for README

Show
Ignore:
Timestamp:
08/11/11 22:13:56 (7 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

doc updates to cover interact and livetest changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r264 r275  
    111111code.interact() function from the standard library is used. 
    112112 
     113The interact functionality can also be accessed like this: 
     114 
     115    python -m imapclient.interact ... 
     116 
     117This works when IMAPClient has been installed from PyPI. 
     118 
    113119 
    114120livetest.py 
     
    132138of the IMAP server. 
    133139 
     140The livetest functionality can also be accessed like this: 
     141 
     142    python -m imapclient.livetest ... 
     143 
     144This works when IMAPClient has been installed from PyPI. 
     145 
    134146 
    135147Unit Tests