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
Title: ext/win-cookbook.html has a broken link to distutils
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, jlgijsbers, quiver
Priority: normal Keywords:

Created on 2006-07-07 14:02 by jlgijsbers, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29091 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2006-07-07 14:02
http://docs.python.org/ext/win-cookbook.html has a link
to distutils which points to
http://docs.python.org/ext/module-distutils.html. It
should point to
http://docs.python.org/lib/module-distutils.html.
msg29092 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2006-07-15 16:21
Logged In: YES 
user_id=671362

Fixed in revision 50664 & 50664.

Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43633
2006-07-07 14:02:05jlgijsberscreate