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.

Author eric.araujo
Recipients alexis, cancel, eric.araujo, tarek
Date 2011-09-07.16:01:36
SpamBayes Score 0.00038014428
Marked as misclassified No
Message-id <1315411297.56.0.602926691619.issue12925@psf.upfronthosting.co.za>
In-reply-to
Content
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
2011-09-07 16:01:37eric.araujosetrecipients: + eric.araujo, tarek, alexis, cancel
2011-09-07 16:01:37eric.araujosetmessageid: <1315411297.56.0.602926691619.issue12925@psf.upfronthosting.co.za>
2011-09-07 16:01:36eric.araujolinkissue12925 messages
2011-09-07 16:01:36eric.araujocreate