homepage

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 terry.reedy
Recipients BreamoreBoy, chris.jerdonek, docs@python, rhettinger, terry.reedy
Date 2014年06月15日.18:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402856429.58.0.649571658047.issue15476@psf.upfronthosting.co.za>
In-reply-to
Content
There is no entry for 'code object' (unlike, for instance 'class object'). There is an entry for 'code' and a subentry for 'object' with four links.
The fourth link is to the short definition in the library manual:
https://docs.python.org/3/library/stdtypes.html#index-46
https://docs.python.org/3/library/stdtypes.html#code-objects
is better as it includes the header line. This is the one that should be used elsewhere.
The entry says "See The standard type hierarchy for more information."
The third link is to the long definition in the datamodel section.
https://docs.python.org/3/reference/datamodel.html#index-53
Again, the header line is cut off. I presume this is because the index directive is after rather than before the header line. I think the short definition should point directly here.
The second link is to code objects in the C-API
https://docs.python.org/3/c-api/code.html#index-0
The first link is to marshal, because marshal marshals code objects. 
In other words, the unlabeled links are in the reverse order of what one would want. More helpful would be something like
code object
 C-API
 definition
 marshal
History
Date User Action Args
2014年06月15日 18:20:29terry.reedysetrecipients: + terry.reedy, rhettinger, chris.jerdonek, docs@python, BreamoreBoy
2014年06月15日 18:20:29terry.reedysetmessageid: <1402856429.58.0.649571658047.issue15476@psf.upfronthosting.co.za>
2014年06月15日 18:20:29terry.reedylinkissue15476 messages
2014年06月15日 18:20:29terry.reedycreate

AltStyle によって変換されたページ (->オリジナル) /