[issue2408] types should expose cell object

Benjamin Peterson report at bugs.python.org
Tue Mar 18 22:09:30 CET 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

types currently exposes all types used by the interpreter except cell
objects. This patch adds support for that and adds to the docs. I
couldn't find a way to access the cell type through Python, so I added
it to the _types module.

----------
components: Interpreter Core, Library (Lib)
files: expose_cell.patch
keywords: patch
messages: 63988
nosy: benjamin.peterson
severity: normal
status: open
title: types should expose cell object
type: feature request
versions: Python 2.6
Added file: http://bugs.python.org/file9740/expose_cell.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2408>
__________________________________


More information about the Python-bugs-list mailing list