]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ellipses -> Ellipsis rename (the dictionary really says that it should
authorGuido van Rossum <guido@python.org>
Fri, 11 Oct 1996 16:25:41 +0000 (16:25 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Oct 1996 16:25:41 +0000 (16:25 +0000)
commite449af7da940d353a54036fb72e7405d2da362e3
tree006a8ff9abc9d4639bf098ce59794dae9c7adf61
parent8741b2b98861d9ffcc9d4fa211d278ba62c9109e
Ellipses -> Ellipsis rename (the dictionary really says that it should
be Ellipsis!).
Bumped the API version because a linker-visible symbol is affected.
Old C code will still compile -- there's a b/w compat macro.
Similarly, old Python code will still run, builtin exports both
Ellipses and Ellipsis.
Include/modsupport.h
Include/sliceobject.h
Lib/types.py
Objects/sliceobject.c
Python/bltinmodule.c
Python/compile.c
Python/marshal.c