From 6ec41909fe65c001d00a00cd4c6334b5f52bbecf Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 24 Dec 2012 10:58:56 +0100 Subject: [PATCH] add lambdas to README --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6a8d83e9..2373d253 100644 --- a/README.rst +++ b/README.rst @@ -84,11 +84,10 @@ Jedi supports many of the widely used Python features: - ignores syntax and indentation errors - multiple returns / yields - tuple assignments / array indexing / dictionary indexing -- exceptions / with-statement +- with-statement / exceptions - \*args / \*\*kwargs -- decorators +- decorators / lambdas / closures - descriptors -> property / staticmethod / classmethod -- closures - generators (yield statement) / iterators - support for some magic methods: ``__call__``, ``__iter__``, ``__next__``, ``__get__``, ``__getitem__``, ``__init__``