]> granicus.if.org Git - python/commit
bpo-35911: add cell constructor (GH-11771)
authorPierre Glaser <pierreglaser@msn.com>
Thu, 7 Feb 2019 19:36:48 +0000 (20:36 +0100)
committerAntoine Pitrou <pitrou@free.fr>
Thu, 7 Feb 2019 19:36:48 +0000 (19:36 +0000)
commitdf8d2cde63c865446468351f8f648e1c7bd45109
tree1cc555d57319990602a4987cbf21ee225c4ff2a1
parentf289084c83190cc72db4a70c58f007ec62e75247
bpo-35911: add cell constructor (GH-11771)

Add a cell constructor, expose the cell type in the types module.
Doc/library/types.rst
Doc/reference/datamodel.rst
Lib/test/test_funcattrs.py
Lib/types.py
Misc/NEWS.d/next/Core and Builtins/2019-02-06-17-50-59.bpo-35911.oiWE8.rst [new file with mode: 0644]
Objects/cellobject.c