[Python-checkins] [python/cpython] 64505a: bpo-30486: Allow setting cell value (#1840)

GitHub noreply at github.com
Thu Jun 8 07:43:27 EDT 2017


  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 (Thu, 08 Jun 2017)

  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.




More information about the Python-checkins mailing list