Changeset 670

Show
Ignore:
Timestamp:
2006-11-24 12:56:50 (2 years ago)
Author:
schwa
Message:
The single dot in `st_.time` looked weird, `st_...time` hopefully
is better.
Files:

Legend:

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

    r665 r670  
    966966 
    967967- ``parse_unix_time`` returns a float number usable for the 
    968   ``st_.time`` values by parsing arguments like "Nov"/"23"/"02:33" or 
     968  ``st_...time`` values by parsing arguments like "Nov"/"23"/"02:33" or 
    969969  "May"/"26"/"2005". Note that the method expects the timestamp string 
    970970  already splitted at whitespace. 
     
    11841184------- 
    11851185 
    1186 ``ftputil`` is mainly written by Stefan Schwarzer 
    1187 <sschwarzer@sschwarzer.net>. 
     1186``ftputil`` is written by Stefan Schwarzer 
     1187<sschwarzer@sschwarzer.net>, in part based on suggestions 
     1188from users. 
    11881189 
    11891190The ``lrucache`` module is written by Evan Prodromou