removed all occurences of py2.6
This commit is contained in:
parent
c6adfe21ce
commit
fcd6a35448
10
pep-0376.txt
10
pep-0376.txt
|
@ -292,13 +292,13 @@ And the RECORD file contains (extract)::
|
||||||
docutils/core.py,9c4b84aff68aa55f2e9bf70481b94333,66188
|
docutils/core.py,9c4b84aff68aa55f2e9bf70481b94333,66188
|
||||||
roman.py,a4b84aff68aa55f2e9bf70481b943D3,234
|
roman.py,a4b84aff68aa55f2e9bf70481b943D3,234
|
||||||
$EXEC_PREFIX/bin/rst2html.py,a4b84aff68aa55f2e9bf70481b943D3,234
|
$EXEC_PREFIX/bin/rst2html.py,a4b84aff68aa55f2e9bf70481b943D3,234
|
||||||
docutils-0.5-py2.6.egg-info/PKG-INFO,6fe57de576d749536082d8e205b77748,195
|
docutils-0.5.egg-info/PKG-INFO,6fe57de576d749536082d8e205b77748,195
|
||||||
docutils-0.5-py2.6.egg-info/RECORD
|
docutils-0.5.egg-info/RECORD
|
||||||
|
|
||||||
Notice that:
|
Notice that:
|
||||||
|
|
||||||
- the `RECORD` file can't contain a hash of itself and is just mentioned here
|
- 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.
|
paths are relative to it.
|
||||||
|
|
||||||
Example 2
|
Example 2
|
||||||
|
@ -477,8 +477,8 @@ Let's use some of the new APIs with our `docutils` example::
|
||||||
docutils/core.py 9c4b84aff68aa55f2e9bf70481b94333 66188
|
docutils/core.py 9c4b84aff68aa55f2e9bf70481b94333 66188
|
||||||
roman.py a4b84aff68aa55f2e9bf70481b943D3 234
|
roman.py a4b84aff68aa55f2e9bf70481b943D3 234
|
||||||
/usr/local/bin/rst2html.py a4b84aff68aa55f2e9bf70481b943D3 234
|
/usr/local/bin/rst2html.py a4b84aff68aa55f2e9bf70481b943D3 234
|
||||||
docutils-0.5-py2.6.egg-info/PKG-INFO 6fe57de576d749536082d8e205b77748 195
|
docutils-0.5.egg-info/PKG-INFO 6fe57de576d749536082d8e205b77748 195
|
||||||
docutils-0.5-py2.6.egg-info/RECORD None None
|
docutils-0.5.egg-info/RECORD None None
|
||||||
|
|
||||||
>>> dist.uses('docutils/core.py')
|
>>> dist.uses('docutils/core.py')
|
||||||
True
|
True
|
||||||
|
|
Loading…
Reference in New Issue