Issue 4551: The python 2.6.1 source distribution is missing Doc/tools/sphinxext - Python tracker

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
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: andreask, georg.brandl
Priority: normal Keywords:

Created on 2008-12-05 19:41 by andreask, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77061 - (view) Author: Andreas Kupries (andreask) Date: 2008-12-05 19:41
The directory Doc/tools/sphinxext is missing in the Python 2.6.1 source
distribution. This breaks building the html help.

The directory is present in the Python 2.6 source distribution.
msg77062 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-05 19:56
This was caused by a bug in the release script. Fixed in r67599.

Thanks for the report!