Changes in Brython version 2.0.rc1-20140112-155350 ================================================== Backwards-incompatible change ============================= For the sake of namespace isolation, by default, the name of functions and classes defined in Brython are no more available in Javascript global namespace. As a consequence, functions can't be called as event callbacks from HTML tags. For instance, if a function echo() is defined in a Brython script, the following inline code :