Brython-3.3.3
This version brings many improvements :
- add arguments --modules and --make_dist to CPython brython module, to allow distribution of Brython applications through the standard Python process (PyPI, pip). Still work in progress.
- implementation of f-strings introduced in CPython 3.6 (PEP 498)
- improvements to metaclass implementation (by "DRo")
- implement web workers with the webworker module (by Jonathan Verner)
- simplified version of asyncio and new asyncio.fs module : implements an async open method to access local/remote files (by Jonathan Verner)
The complete changelog is below.