Ticket #14846: patch.diff
File patch.diff, 625 bytes (added by , 14 years ago) |
---|
-
docs/ref/files/storage.txt
95 95 96 96 Lists the contents of the specified path, returning a 2-tuple of lists; 97 97 the first item being directories, the second item being files. For 98 storage systems that aren't a le to provide such a listing, this will98 storage systems that aren't able to provide such a listing, this will 99 99 raise a ``NotImplementedError`` instead. 100 100 101 101 .. method:: modified_time(name)