]> granicus.if.org Git - python/commit
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 19 May 2012 16:34:13 +0000 (02:34 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 19 May 2012 16:34:13 +0000 (02:34 +1000)
commit7fc570a51e6d8647d73e152721b2e72add72d134
treee735131f83155d73d136ef2d3d8e3c7ed1d653b3
parent7c5ba513b924692e534e372a135add15e70ac0cb
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
Doc/library/functions.rst
Doc/library/types.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.3.rst
Lib/test/test_types.py
Lib/types.py
Misc/NEWS