Skip to content

Brython-3.3.3

Compare
Choose a tag to compare
@PierreQuentel PierreQuentel released this 16 Sep 12:34
· 5893 commits to master since this release

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.