Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 64505a1f6c0af4574e17e823b27ffe24eca44df5 https://github.com/python/cpython/commit/64505a1f6c0af4574e17e823b27ffe24eca44df5 Author: Lisa Roach <lisaroach14 at gmail.com> Date: 2017年06月08日 (2017年6月08日) Changed paths: M Doc/reference/datamodel.rst M Lib/test/test_funcattrs.py M Misc/NEWS M Objects/cellobject.c Log Message: ----------- bpo-30486: Allow setting cell value (#1840) The cell_contents attribute of the cell object is now writable.