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 loewis
Recipients loewis, tarek
Date 2008-11-24.00:09:14
SpamBayes Score 3.855326e-05
Marked as misclassified No
Message-id <1227485355.83.0.76382264915.issue4394@psf.upfronthosting.co.za>
In-reply-to
Content
Here is what I did:
1. I started with no pypirc
2. I ran register, it asked me for username, password
3. I chose to save it, it created a .pypirc
4. I ran register again, it asked me again for username, password, even
though this was saved already.

Looking at the code, it seems the problem is that the pypirc has a
section pypirc that lists the server, but the code reading it wants a
section distutils.
History
Date User Action Args
2008-11-24 00:09:16loewissetrecipients: + loewis, tarek
2008-11-24 00:09:15loewissetmessageid: <1227485355.83.0.76382264915.issue4394@psf.upfronthosting.co.za>
2008-11-24 00:09:15loewislinkissue4394 messages
2008-11-24 00:09:14loewiscreate