]> granicus.if.org Git - python/commit
Issue #16148: implemented PEP 424
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 6 Oct 2012 12:03:24 +0000 (14:03 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 6 Oct 2012 12:03:24 +0000 (14:03 +0200)
commitaa9a79d27958ae5afb6c8769a2b342d98677c091
tree24d49f530111a345c57f053a7f40652fa51d27a3
parentef08fb1f040cb51e752c6b1322008714262fbf3e
Issue #16148: implemented PEP 424
14 files changed:
Doc/c-api/object.rst
Doc/library/operator.rst
Include/abstract.h
Lib/test/test_enumerate.py
Lib/test/test_iterlen.py
Lib/test/test_itertools.py
Lib/test/test_operator.py
Lib/test/test_set.py
Modules/operator.c
Objects/abstract.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/iterobject.c
Objects/listobject.c