]> granicus.if.org Git - python/commit
#1858 from Tarek Ziade:
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 10 May 2008 19:51:55 +0000 (19:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 10 May 2008 19:51:55 +0000 (19:51 +0000)
commitcd8001c8ed8ea11b13a57be7f0e524133177c2f8
tree2eb1a8681fa32764b64cc9ca723c455692e2f5a7
parent4ff7fc49c6ac474545e942348aed90e7730d514e
#1858 from Tarek Ziade:
Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI
for discussion.

The patch is slightly revised from Tarek's last patch: I've simplified
the PyPIRCCommand.finalize_options() method to not look at sys.argv.
Tests still pass.
Doc/distutils/packageindex.rst
Doc/distutils/uploading.rst
Lib/distutils/command/register.py
Lib/distutils/command/upload.py
Lib/distutils/core.py
Lib/distutils/dist.py
Lib/distutils/tests/test_dist.py
Misc/ACKS
Misc/NEWS