From: Phillip J. Eby Date: Thu, 30 Mar 2006 07:09:06 +0000 (+0000) Subject: Mark the upload command as new in 2.5, per Neal Norwitz's request. X-Git-Tag: v2.5a0~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80a5d017906f6d3111da619e686a49ecc938cb12;p=python Mark the upload command as new in 2.5, per Neal Norwitz's request. --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index fd38e4a129..88a3faa92b 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1737,6 +1737,8 @@ 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.