[issue16466] register command forgets password if no config file is created

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue16466] register command forgets password if no config file is created

2012-11-13 Thread Éric Araujo
Éric Araujo added the comment: Thanks. I remember previous discussion about this (mailing list or bug), I’ll look for it before applying. -- stage: -> patch review type: -> behavior versions: +Python 3.2, Python 3.3, Python 3.4 ___ Python tracker

[issue16466] register command forgets password if no config file is created

2012-11-13 Thread anatoly techtonik
anatoly techtonik added the comment: Fix is attached. -- Added file: http://bugs.python.org/file27980/register.py.2.diff ___ Python tracker ___ __

[issue16466] register command forgets password if no config file is created

2012-11-13 Thread anatoly techtonik
New submission from anatoly techtonik: Given: 1. there is no .pypirc 2. users enters credentials to register command 3. user refuses to create .pypirc Outcome: password is not being stored and subsequent (upload) command doesn't get it. Attached is the test case. -- assignee: eric.ar