Skip to content

Brython-3.8.8

Compare
Choose a tag to compare
@PierreQuentel PierreQuentel released this 16 Mar 14:45
· 3800 commits to master since this release

The main feature in this release is the support of tracing functions, such as set with sys.settrace(), allowing the support of the Python debugger (pdb) and of the breakpoint() built-in function.

Many bugs in this release were discovered when trying to run the sympy package, which is now supported, although not really usable (it imports too many modules).