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: Some Carbon modules missing from documentation
Type: enhancement Stage: needs patch
Components: Documentation, macOS Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: asmodai, georg.brandl, reowen, ronaldoussoren
Priority: low Keywords: easy

Created on 2004-02-13 00:37 by reowen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg60463 - (view) Author: Russell Owen (reowen) Date: 2004-02-13 00:37
The following Carbon sub-packages are missing from the manuals (both the global module index and also the MacOS Toolbox Modules document):
Carbon.File
Carbon.Files
Carbon.Folders

I don't know if any others are missing.

Also, I would like to suggest that the global module index only include a single entry Carbon for the entire Carbon package (which points to the MacOS Toolbox Modules page). This would save clutter and that one page has all the documentation.

Thanks,

-- Russell
msg62689 - (view) Author: Jeroen Ruigrok van der Werven (asmodai) * (Python committer) Date: 2008-02-22 15:30
Is this not solved with the new documentation interface? It groups all 
Carbon modules under a collapsable tree element.

See http://docs.python.org/dev/modindex.html under Carbon
msg62692 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-02-22 15:47
Still, I don't see File, Files or Folders under that heading.
msg84570 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-03-30 16:03
Fixed in r70719 (trunk) and r70720  (2.6)
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39934
2009-04-04 02:19:51r.david.murraylinkissue1169679 superseder
2009-03-30 16:03:57ronaldoussorensetstatus: open -> closed

nosy: + ronaldoussoren
messages: + msg84570

resolution: fixed
2009-02-14 11:32:10ajaksu2setassignee: georg.brandl
title: Some Carbon modules missing -> Some Carbon modules missing from documentation
components: + macOS
stage: needs patch
2008-02-22 15:47:52georg.brandlsetmessages: + msg62692
2008-02-22 15:30:03asmodaisetnosy: + asmodai, georg.brandl
messages: + msg62689
2008-01-20 19:11:56christian.heimessetpriority: normal -> low
keywords: + easy
type: enhancement
versions: + Python 2.6, - Python 2.3
2004-02-13 00:37:22reowencreate