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

tarek.ziade python-checkins at python.org
Thu Mar 25 11:02:22 CET 2010


Author: tarek.ziade
Date: Thu Mar 25 11:02:22 2010
New Revision: 79418

Log:
removed all occurences of py2.6

Modified:
   peps/trunk/pep-0376.txt

Modified: peps/trunk/pep-0376.txt
==============================================================================
--- peps/trunk/pep-0376.txt	(original)
+++ peps/trunk/pep-0376.txt	Thu Mar 25 11:02:22 2010
@@ -292,13 +292,13 @@
     docutils/core.py,9c4b84aff68aa55f2e9bf70481b94333,66188
     roman.py,a4b84aff68aa55f2e9bf70481b943D3,234
     $EXEC_PREFIX/bin/rst2html.py,a4b84aff68aa55f2e9bf70481b943D3,234
-    docutils-0.5-py2.6.egg-info/PKG-INFO,6fe57de576d749536082d8e205b77748,195
-    docutils-0.5-py2.6.egg-info/RECORD
+    docutils-0.5.egg-info/PKG-INFO,6fe57de576d749536082d8e205b77748,195
+    docutils-0.5.egg-info/RECORD
 
 Notice that:
 
 - the `RECORD` file can't contain a hash of itself and is just mentioned here
-- `docutils` and `docutils-0.5-py2.6.egg-info` are located in `site-packages` so the file
+- `docutils` and `docutils-0.5.egg-info` are located in `site-packages` so the file
   paths are relative to it.
 
 Example 2
@@ -477,8 +477,8 @@
     docutils/core.py 9c4b84aff68aa55f2e9bf70481b94333 66188
     roman.py a4b84aff68aa55f2e9bf70481b943D3 234
     /usr/local/bin/rst2html.py a4b84aff68aa55f2e9bf70481b943D3 234
-    docutils-0.5-py2.6.egg-info/PKG-INFO 6fe57de576d749536082d8e205b77748 195
-    docutils-0.5-py2.6.egg-info/RECORD None None
+    docutils-0.5.egg-info/PKG-INFO 6fe57de576d749536082d8e205b77748 195
+    docutils-0.5.egg-info/RECORD None None
 
     >>> dist.uses('docutils/core.py')
     True


More information about the Python-checkins mailing list