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 andymaier
Recipients andymaier
Date 2014-07-01.14:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404226530.0.0.067292394888.issue21900@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.7 and up to Python 3.3, the documentation build process downloads tools such as Sphinx etc. into the Doc/tools subtree. The .hgignore file misses entries to ignore those.

The additional lines for .hgignore would be:
    ^Doc/tools/docutils/
    ^Doc/tools/jinja2/
    ^Doc/tools/pygments/
    ^Doc/tools/sphinx/

This change applies to 2.7 only (assuming 3.1-3.3 are no longer patched).
History
Date User Action Args
2014-07-01 14:55:30andymaiersetrecipients: + andymaier
2014-07-01 14:55:30andymaiersetmessageid: <1404226530.0.0.067292394888.issue21900@psf.upfronthosting.co.za>
2014-07-01 14:55:29andymaierlinkissue21900 messages
2014-07-01 14:55:29andymaiercreate