Issue 8517: Apple Style Guide link is broken in the "Documenting Python" chapter (original) (raw)

Issue8517

Created on 2010-04-24 12:20 by brandon-rhodes, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg104077 - (view) Author: Brandon Rhodes (brandon-rhodes) * Date: 2010-04-24 12:20
On this page, the Style Guide for people who want to try contributing to the Python documentation: docs.python.org/documenting/style.html there is a broken link to the Apple Style Guide. The 2008 edition now seems gone and people are now apparently supposed to visit: http://developer.apple.com/Mac/library/documentation/UserExperience/Conceptual/APStyleGuide/APSG_2009.pdf
msg104083 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-04-24 13:04
This was already fixed in r80150, but not backported; I've done so now in r80438 ff.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52763
2010-04-24 13:04:53 georg.brandl set status: open -> closedresolution: fixedmessages: +
2010-04-24 12:23:54 ezio.melotti set nosy: + ezio.melotti
2010-04-24 12:20:16 brandon-rhodes create