classification
Title: distutils upload should prompt for the user/password too
Type: enhancement Stage: needs patch
Components: Distutils2 Versions: 3rd party
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: eric.araujo, tarek
Priority: low Keywords:

Created on 2009-02-08 21:27 by tarek, last changed 2010-09-29 23:48 by eric.araujo.

Messages (3)
msg81420 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-02-08 21:27
finalize_option in upload command should ask for the password, if not
given by pypirc or by a previous register command.
msg113391 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-08-09 06:37
Hm, doing user interaction in finalize_options seems strange to me, but if we do it in run only other commands (upload_docs in d2) would not be able to get the options (although I’m not sure at all, since the index commands have strange command-line parsing).

Can such a feature request land in distutils too after being tested in distutils2?
msg113394 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-08-09 07:22
no, distutils is feature frozen
History
Date User Action Args
2010-09-29 23:48:10eric.araujosetversions: + 3rd party, - Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2
2010-08-09 07:22:57tareksetmessages: + msg113394
2010-08-09 06:37:56eric.araujosetnosy: tarek, eric.araujo
stage: needs patch
components: + Distutils2, - Distutils
versions: + Python 2.6, Python 2.5, Python 3.1, Python 2.7
2010-08-09 06:37:19eric.araujosetmessages: + msg113391
2010-08-09 04:38:06terry.reedysetversions: + Python 3.2, - Python 3.1, Python 2.7
2010-04-08 23:59:26eric.araujosetnosy: + eric.araujo
2009-02-08 21:27:47tarekcreate