[Checkins] SVN: zope.fssync/branches/amos-snarf/src/zope/fssync/snarf.py Fix docstring.

Amos Latteier amos at latteier.com
Fri Feb 20 15:12:04 EST 2009


Log message for revision 96851:
  Fix docstring.
  

Changed:
  U   zope.fssync/branches/amos-snarf/src/zope/fssync/snarf.py

-=-
Modified: zope.fssync/branches/amos-snarf/src/zope/fssync/snarf.py
===================================================================
--- zope.fssync/branches/amos-snarf/src/zope/fssync/snarf.py	2009-02-20 19:29:16 UTC (rev 96850)
+++ zope.fssync/branches/amos-snarf/src/zope/fssync/snarf.py	2009-02-20 20:12:04 UTC (rev 96851)
@@ -20,8 +20,9 @@
 
     '<size> <pathname>\n'
 
-followed by exactly <size> bytes.  Directories are not represented
-explicitly.
+followed by exactly <size> bytes.  Directories are represented by
+paths that end in / and have a zero size. The root directory has a
+blank path.
 
 Pathnames are always relative and always use '/' for delimiters, and
 should not use '.' or '..' or '' as components.  All files are read



More information about the Checkins mailing list