Skip to content

Brython-3.0.0rc0

Compare
Choose a tag to compare
@PierreQuentel PierreQuentel released this 11 Oct 08:13
· 8763 commits to master since this release

The main change is a strict separation of Javascript and Brython namespace.
Names defined in the global Javascript namespace are no longer available in
the Brython namespace : they must be referenced by

from browser import window
brython_obj = window.javascript_obj

This is achieved by managing all the names in the Brython code as attributes
of block-specific objects