commit
10cd36d13d
2
NEWS.rst
2
NEWS.rst
@ -164,7 +164,7 @@ Language Changes
|
|||||||
* defmacro will raise an error on &kwonly, &kwargs and &key arguments
|
* defmacro will raise an error on &kwonly, &kwargs and &key arguments
|
||||||
* Keyword argument labels to functions are required to be strings
|
* Keyword argument labels to functions are required to be strings
|
||||||
* slice replaced with cut to stop overloading the python built-in
|
* slice replaced with cut to stop overloading the python built-in
|
||||||
* removed reduntant throw, catch, progn, defun, lisp-if, lisp-if-not,
|
* removed redundant throw, catch, progn, defun, lisp-if, lisp-if-not,
|
||||||
filterfalse, true, false and nil
|
filterfalse, true, false and nil
|
||||||
* global now takes multiple arguments
|
* global now takes multiple arguments
|
||||||
* Nonlocal keyword (Python 3 only)
|
* Nonlocal keyword (Python 3 only)
|
||||||
|
@ -1957,7 +1957,7 @@ with/a
|
|||||||
------
|
------
|
||||||
|
|
||||||
``with/a`` behaves like ``with``, but is used to wrap the execution of
|
``with/a`` behaves like ``with``, but is used to wrap the execution of
|
||||||
a block within a asynchronous context manager. The context manager can
|
a block within an asynchronous context manager. The context manager can
|
||||||
then set up the local system and tear it down in a controlled manner
|
then set up the local system and tear it down in a controlled manner
|
||||||
asynchronously.
|
asynchronously.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user