This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients akuchling, christian.heimes, tarek
Date 2008-05-10.18:54:19
SpamBayes Score 0.2026827
Marked as misclassified No
Message-id <1210445661.03.0.121984570085.issue1858@psf.upfronthosting.co.za>
In-reply-to
Content
Is the only purpose of the '-r' in sys.argv code to 
avoid having to specify arguments multiple times when you're doing 
multiple commands on a line?  Perhaps it would be acceptable to then 
just drop that bit of code completely; having to specify 'register -r 
pypi upload -r pypi' isn't the worst thing in the world, and it avoids 
worrying about oddball corner cases like 'setup.py newcommand -r 
something-different upload -r pypi'.

So, I'd suggest just taking that code out, and then committing the 
patch.
History
Date User Action Args
2008-05-10 18:54:21akuchlingsetspambayes_score: 0.202683 -> 0.2026827
recipients: + akuchling, christian.heimes, tarek
2008-05-10 18:54:21akuchlingsetspambayes_score: 0.202683 -> 0.202683
messageid: <1210445661.03.0.121984570085.issue1858@psf.upfronthosting.co.za>
2008-05-10 18:54:20akuchlinglinkissue1858 messages
2008-05-10 18:54:19akuchlingcreate