mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
cl fix
This commit is contained in:
parent
8b97b1af72
commit
cb62c0c3c3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ v0.5.3
|
|||
|
||||
* The ``Block`` and ``Functor`` context managers from ``xonsh.contexts`` have been
|
||||
rewritten to use xonsh's macro capabilities. You must now enter these via the
|
||||
``with!`` statement, e.g. ``with! Block(): pass``.
|
||||
``with!`` statement, e.g. ``with! Block(): pass``.
|
||||
* The ``distributed`` xontrib now needs to use the ``with!`` statement, since it
|
||||
relies on ``Functor``.
|
||||
* ``telnet`` has been flagged as unthreadable.
|
||||
|
|
Loading…
Add table
Reference in a new issue