]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30486: Allow setting cell value (#1840)
authorLisa Roach <lisaroach14@gmail.com>
Thu, 8 Jun 2017 11:43:26 +0000 (04:43 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 8 Jun 2017 11:43:26 +0000 (14:43 +0300)
commit64505a1f6c0af4574e17e823b27ffe24eca44df5
treed2b40e19b44e4ab50f92440a54facc59038da4b3
parent6cca5c8459cc439cb050010ffa762a03859d3051
bpo-30486: Allow setting cell value (#1840)

The cell_contents attribute of the cell object is now writable.
Doc/reference/datamodel.rst
Lib/test/test_funcattrs.py
Misc/NEWS
Objects/cellobject.c