[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
- Previous message: [Python-Dev] cpython (2.7): note Ellipsis syntax
- Next message: [Python-Dev] cpython (2.7): note Ellipsis syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] cpython (2.7): note Ellipsis syntax
- Next message: [Python-Dev] cpython (2.7): note Ellipsis syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]