New submission from Benjamin Peterson <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2408>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to