]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Previously, Python code had no easy way to access the contents of a
authorGeorg Brandl <georg@python.org>
Sat, 18 Mar 2006 07:59:59 +0000 (07:59 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 18 Mar 2006 07:59:59 +0000 (07:59 +0000)
commitabd1ff8f1f6f2840345756081837994fdefaa52b
tree298b063bb5505e62081b2267f4480d7728712481
parent237037beb53822cacce21e20d624bb74977dadcb
Previously, Python code had no easy way to access the contents of a
cell object. Now, a ``cell_contents`` attribute has been added
(closes patch #1170323).
Misc/NEWS
Objects/cellobject.c