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-09.16:48:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11365

DictProxy is an implementation detail, perhaps it should
have been left out of types.  I notice there is no CellType
in there.

(you can obtain this type like so:)

>>> type((lambda x: lambda: x)(1).func_closure[0])
<type 'cell'>

History
Date User Action Args
2008-01-20 09:57:22adminlinkissue1095821 messages
2008-01-20 09:57:22admincreate