mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
20 lines
575 B
ReStructuredText
20 lines
575 B
ReStructuredText
**Added:** None
|
|
|
|
**Changed:**
|
|
|
|
* All ``__xonsh_*__`` builtins have been migrated to a ``XonshSession`` instance at
|
|
``__xonsh__``. E.g. ``__xonsh_env__`` is now ``__xonsh__.env``.
|
|
* Other xonsh-specific builtins (such as ``XonshError``) have been proxied to
|
|
the ``__xonsh__`` session object as well.
|
|
|
|
**Deprecated:**
|
|
|
|
* All ``__xonsh_*__`` builtins are deprected. Instead, the corresponding
|
|
``__xonsh__.*`` accessor should be used. The existing ``__xonsh_*__`` accessors
|
|
still work, but issue annoying warnings.
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:** None
|
|
|
|
**Security:** None
|