[issue12925] python setup.py upload_docs doesn't ask for login and password

Éric Araujo report at bugs.python.org
Wed Sep 7 18:01:37 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

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.

----------
components: +Distutils2 -Distutils
nosy: +alexis
stage:  -> test needed
versions: +3rd party, Python 3.3 -Python 2.6, Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12925>
_______________________________________


More information about the Python-bugs-list mailing list