removed all occurences of py2.6

This commit is contained in:
Tarek Ziadé 2010-03-25 10:02:22 +00:00
parent c6adfe21ce
commit fcd6a35448
1 changed files with 5 additions and 5 deletions

View File

@ -292,13 +292,13 @@ And the RECORD file contains (extract)::
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 @@ Let's use some of the new APIs with our `docutils` example::
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