[Python-Dev] cpython: make the types of None and Ellipsis callable

Georg Brandl g.brandl at gmx.net
Sat Jul 30 06:35:35 CEST 2011


Am 30.07.2011 01:20, schrieb benjamin.peterson:
> http://hg.python.org/cpython/rev/84c3be27b4c7
> changeset:   71614:84c3be27b4c7
> parent:      71611:a6afd26caa8a
> user:        Benjamin Peterson <benjamin at python.org>
> date:        Fri Jul 29 18:19:43 2011 -0500
> summary:
>   make the types of None and Ellipsis callable
> 
> files:
>   Lib/test/test_builtin.py |   7 +++++
>   Misc/NEWS                |   3 ++
>   Objects/object.c         |  34 ++++++++++++++++++++++++++++
>   Objects/sliceobject.c    |  29 +++++++++++++++++++++++
>   4 files changed, 73 insertions(+), 0 deletions(-)

Shouldn't there be a matching Doc change somewhere?

Georg



More information about the Python-Dev mailing list