mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
17 lines
394 B
ReStructuredText
17 lines
394 B
ReStructuredText
![]() |
**Added:** None
|
||
|
|
||
|
**Changed:**
|
||
|
|
||
|
* Context sensitive AST transformation now checks that all names in an
|
||
|
expression are in scope. If they are, then Python mode is retained. However,
|
||
|
if even one is missing, subprocess wrapping is attempted. Previously, only the
|
||
|
left-most name was examined for being within scope.
|
||
|
|
||
|
**Deprecated:** None
|
||
|
|
||
|
**Removed:** None
|
||
|
|
||
|
**Fixed:** None
|
||
|
|
||
|
**Security:** None
|