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.
Created on 2009年02月08日 21:27 by tarek, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| 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 |
|||
| msg213464 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2014年03月13日 20:38 | |
Freeze was lifted. The user experience for register/upload isn’t as good as it could be, I think we could improve it. |
|||
| msg266003 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2016年05月21日 14:52 | |
Issue 18454 is a duplicate of this, but I'm going to close this one (there are patches for 2.7 and 3.5 in issue 18454). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:45 | admin | set | github: 49437 |
| 2016年05月21日 14:52:40 | berker.peksag | set | status: open -> closed superseder: distutils crashes when uploading to PyPI having only the username (no pw) defined nosy: + berker.peksag messages: + msg266003 resolution: duplicate stage: needs patch -> resolved |
| 2015年02月01日 13:44:54 | geoffreyspear | set | nosy:
+ geoffreyspear |
| 2014年03月13日 20:38:36 | eric.araujo | set | assignee: tarek -> messages: + msg213464 components: + Distutils, - Distutils2 versions: + Python 2.7, Python 3.3, Python 3.4, - 3rd party |
| 2010年09月29日 23:48:10 | eric.araujo | set | versions: + 3rd party, - Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2 |
| 2010年08月09日 07:22:57 | tarek | set | messages: + msg113394 |
| 2010年08月09日 06:37:56 | eric.araujo | set | nosy:
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:19 | eric.araujo | set | messages: + msg113391 |
| 2010年08月09日 04:38:06 | terry.reedy | set | versions: + Python 3.2, - Python 3.1, Python 2.7 |
| 2010年04月08日 23:59:26 | eric.araujo | set | nosy:
+ eric.araujo |
| 2009年02月08日 21:27:47 | tarek | create | |