Changeset 698

Show
Ignore:
Timestamp:
2007-04-22 12:17:56 (2 years ago)
Author:
schwa
Message:
Note on using exceptions via the `ftp_error` module.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ftputil.py

    r696 r698  
    8989import ftputil_version 
    9090 
    91 # make exceptions available in this module for backwards compatibilty 
     91# make exceptions available in this module for backwards compatibilty; 
     92#  you should access them via the `ftp_error` module 
    9293from ftp_error import * 
    9394