mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
16 lines
394 B
ReStructuredText
16 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
|