[New-bugs-announce] [issue16466] register command forgets password if no config file is created
anatoly techtonik
report at bugs.python.org
Tue Nov 13 19:02:39 CET 2012
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.araujo
components: Distutils
files: test_register.py.2.diff
keywords: patch
messages: 175512
nosy: eric.araujo, tarek, techtonik
priority: normal
severity: normal
status: open
title: register command forgets password if no config file is created
versions: Python 2.7
Added file: http://bugs.python.org/file27979/test_register.py.2.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16466>
_______________________________________
More information about the New-bugs-announce
mailing list