◐ Shell
clean mode source ↗

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

Issue4551

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!
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48801
2008-12-06 00:06:14loewislinkissue4552 superseder
2008-12-05 19:56:53georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg77062
nosy: + georg.brandl
2008-12-05 19:41:40andreaskcreate