[Python-checkins] r80345 - peps/trunk/pep-0376.txt

tarek.ziade python-checkins at python.org
Thu Apr 22 10:46:46 CEST 2010


Author: tarek.ziade
Date: Thu Apr 22 10:46:45 2010
New Revision: 80345

Log:
fixed the list syntax

Modified:
   peps/trunk/pep-0376.txt

Modified: peps/trunk/pep-0376.txt
==============================================================================
--- peps/trunk/pep-0376.txt	(original)
+++ peps/trunk/pep-0376.txt	Thu Apr 22 10:46:45 2010
@@ -208,11 +208,14 @@
 Each record is composed of three elements:
 
 - the file's **path**
+
   - a '/'-separated path, relative to the **base location**, if the file is
     under the **base location**.
+
   - a '/'-separated path, relative to the **base location**, if the file
     is under the  **installation prefix** AND if the **base location** is a
     subpath of the **installation prefix**.
+
   - an absolute path, using the local platform separator
 
 - the **MD5** hash of the file, encoded in hex. Notice that `pyc` and `pyo`


More information about the Python-checkins mailing list