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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, tarek
Date 2013-01-11.04:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357878241.89.0.365738814483.issue16926@psf.upfronthosting.co.za>
In-reply-to
Content
$ python setup.py --dry-run register --repository http://testpypi.python.org/pypi
...
Registering Foo to http://pypi.python.org/pypi
Server response (200): OK

This is with a .pypirc file with a [server-login] section.

It seems like this can cause unintended registrations on PyPI, etc.  It also makes it unclear how to get the URL that setup() will use prior to the real invocation (e.g. if you would like to prompt the user with the URL they will be pushing to).
History
Date User Action Args
2013-01-11 04:24:02chris.jerdoneksetrecipients: + chris.jerdonek, tarek, eric.araujo
2013-01-11 04:24:01chris.jerdoneksetmessageid: <1357878241.89.0.365738814483.issue16926@psf.upfronthosting.co.za>
2013-01-11 04:24:01chris.jerdoneklinkissue16926 messages
2013-01-11 04:24:00chris.jerdonekcreate