next up previous contents
Next: 5.2.3 Member Types Up: 5.2 More About Types Previous: 5.2.1 More Types Meaningful

5.2.2 Canonicalization

     

When given a type specifier, Python will often rewrite it into a different (but equivalent) type. This is the mechanism that Python uses for detecting type equivalence. For example, in Python's canonical representation, these types are equivalent:

(or list (member :end)) tex2html_wrap_inline16775 (or cons (member nil :end))
This has two implications for the user:

Raymond Toy
Mon Jul 14 09:11:27 EDT 1997