mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00

There now should not be any remaining 3,5 conditinal code. We now directly use inspect's getouterframes, so remove it from inspector The 3.5 parser get merged into 3.6 and a number of global vaiable referring to 3.5/3.6 are now gone. The only remaining mention is appveyor test, which are anyway failing but not being seen as so by GitHub, so I'll leave them alone.
26 lines
357 B
ReStructuredText
26 lines
357 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* Compatibility with Python 3.5 has been removed as well as all related code. In
|
|
particular xonsh.inspector does not defined ``getouterframes`` anymore, use
|
|
``inspect.getouterframe`` directly.
|
|
|
|
**Fixed:**
|
|
|
|
* <news item>
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|
|
|