[Python-Dev] cpython (2.7): note Ellipsis syntax (original) (raw)

Raymond Hettinger raymond.hettinger at gmail.com
Sun Jul 31 08:47:36 CEST 2011


On Jul 30, 2011, at 11:28 PM, Georg Brandl wrote:

(Also, there must have been some reason to make "..." available everywhere for Python 3.)

It's really nice for stub functions:

def foo(x): ...

Raymond



More information about the Python-Dev mailing list