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.

Author greg_ball
Recipients
Date 2005-01-10.12:32:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11365

Currently the library reference contains minimal information
on internal objects; here's the entire text of the relevant
section:

"""
2.3.10.10 Internal Objects

See the Python Reference Manual for this information. It
describes stack frame objects, traceback objects, and slice
objects. 
"""

Perhaps cell and dictproxy types should be added to the
language reference manual.  On the other hand, it isn't
clear to me that absolute completeness is desirable.  Any
language or application has some undocumented features; the
fact that they 
are not documented is a signal to the user that their use is
not supported and they may go away without warning in future
versions.
History
Date User Action Args
2008-01-20 09:57:22adminlinkissue1095821 messages
2008-01-20 09:57:22admincreate