]> granicus.if.org Git - python/commit
Issue #24254: Preserve class attribute definition order.
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 5 Sep 2016 21:50:11 +0000 (14:50 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Mon, 5 Sep 2016 21:50:11 +0000 (14:50 -0700)
commit92a6c170e6897ee98c36a3a9087b1a7d3e054d2b
tree59cbc717ac59e802529bc3ad4e61de161b66ac68
parent45659861380a9cd9e41ea002d4de92519ffb3422
Issue #24254: Preserve class attribute definition order.
18 files changed:
Doc/library/inspect.rst
Doc/library/types.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.6.rst
Include/object.h
Include/odictobject.h
Lib/test/test_builtin.py
Lib/test/test_metaclass.py
Lib/test/test_pydoc.py
Lib/test/test_sys.py
Lib/test/test_types.py
Lib/types.py
Lib/typing.py
Misc/NEWS
Objects/odictobject.c
Objects/typeobject.c
Python/bltinmodule.c