Brython-3.8.7
The main changes in this version are:
- the introduction of a Brython tutorial on the web site
- a rewriting of dict implementation to preserve insertion order
- the introduction of the trace function (with
sys.settrace()
), preliminary work to support the Python debugger