diff options
author | Phillip J. Eby <pje@telecommunity.com> | 2006-03-30 07:09:06 (GMT) |
---|---|---|
committer | Phillip J. Eby <pje@telecommunity.com> | 2006-03-30 07:09:06 (GMT) |
commit | 80a5d017906f6d3111da619e686a49ecc938cb12 (patch) | |
tree | 7b71347c9f133f4155fd29ded9dda368d397daa7 | |
parent | 66bc4efef33c84dfe90d18cbfadb94d02a479964 (diff) | |
download | cpython-80a5d017906f6d3111da619e686a49ecc938cb12.zip cpython-80a5d017906f6d3111da619e686a49ecc938cb12.tar.gz cpython-80a5d017906f6d3111da619e686a49ecc938cb12.tar.bz2 |
Mark the upload command as new in 2.5, per Neal Norwitz's request.
-rw-r--r-- | Doc/dist/dist.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index fd38e4a..88a3faa 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1737,6 +1737,8 @@ password: <password> \chapter{Uploading Packages to the Package Index} \label{package-upload} +\versionadded{2.5} + The Python Package Index (PyPI) not only stores the package info, but also the package data if the author of the package wishes to. The distutils command \command{upload} pushes the distribution files to PyPI. |