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.

classification
Title: python setup.py upload_docs doesn't ask for login and password
Type: behavior Stage: resolved
Components: Distutils2 Versions: Python 3.3, 3rd party
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, cancel, eric.araujo, tarek
Priority: normal Keywords:

Created on 2011-09-07 08:41 by cancel, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg143666 - (view) Author: Sergei Stolyarov (cancel) Date: 2011-09-07 08:41
python setup.py upload_docs doesn't ask for login and password instead it prints 

Upload failed (401): You must be identified to edit package information

Works only with valid ~/.pypirc
msg143693 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-09-07 16:01
There is no upload_docs command in distutils, I think you have found a setuptools bug.  You should report it to these bug trackers:

- http://bugs.python.org/setuptools/
- https://bitbucket.org/tarek/distribute/issues

(there is a fork, that’s why there are two bug trackers)

In Python 3.3 however, the packaging module (a.k.a. distutils2) does have an upload_docs command; we should add a test to make sure the bug you report doesn’t show up there.
History
Date User Action Args
2022-04-11 14:57:21adminsetgithub: 57134
2014-03-13 10:49:31eric.araujosetstatus: open -> closed
resolution: out of date
stage: test needed -> resolved
2011-09-07 16:01:36eric.araujosetversions: + 3rd party, Python 3.3, - Python 2.6, Python 2.7
nosy: + alexis

messages: + msg143693

components: + Distutils2, - Distutils
stage: test needed
2011-09-07 08:41:03cancelcreate