xonsh/news/glbf.rst
Anthony Scopatz e3d40913ba more news
2017-01-10 11:42:04 -05:00

19 lines
505 B
ReStructuredText

**Added:** None
**Changed:**
* 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``.
* The ``distributed`` xontrib now needs to use the ``with!`` statement, since it
relies on ``Functor``.
**Deprecated:** None
**Removed:**
* ``XonshBlockError`` has been removed, since it no longer serves a purpose.
**Fixed:** None
**Security:** None