diff options
author | Guido van Rossum <guido@python.org> | 1996-10-16 04:18:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-16 04:18:36 (GMT) |
commit | b75fba04c7f0a691ef1416e01121f01940472875 (patch) | |
tree | 50e9aaa93003c83a6fa5d236ae95b170bc2de74a /Include/sliceobject.h | |
parent | 6d1356e9a6eae63b3dc01f06d09ff8bd0163cdfe (diff) | |
download | cpython-b75fba04c7f0a691ef1416e01121f01940472875.zip cpython-b75fba04c7f0a691ef1416e01121f01940472875.tar.gz cpython-b75fba04c7f0a691ef1416e01121f01940472875.tar.bz2 |
Forget about Ellipses b/w compatibility.
Diffstat (limited to 'Include/sliceobject.h')
-rw-r--r-- | Include/sliceobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/sliceobject.h b/Include/sliceobject.h index 6ee4698..c3f83de 100644 --- a/Include/sliceobject.h +++ b/Include/sliceobject.h @@ -9,7 +9,6 @@ extern "C" { extern DL_IMPORT(PyObject) _Py_EllipsisObject; /* Don't use this directly */ #define Py_Ellipsis (&_Py_EllipsisObject) -#define Py_Ellipses Py_Ellipsis /* For bad spellers like me :-( */ /* Slice object interface */ |