Brython 3.2.2 发布,Python 替换 JavaScript
欢迎加入运维网交流群:263444886Brython 3.2.2 发布,此版本主要更新信息如下:
[*] a built-in step by step debugger, developed by Amr Draz (the documentationis in section "Testing and debugging")
[*] many bug fixes in built-in types str, set, frozenset, list, detected byusing the built-in CPython test suite located in Lib/test
详细信息请查看发行日志:
https://github.com/brython-dev/brython/releases
下载地址如下:
[*] Brython3.2.2-20150927-180218.tar.bz2
[*] Brython3.2.2-20150927-180218.tar.gz
[*] Brython3.2.2-20150927-180218.zip
[*] Brython3.2.2_site_mirror-20150927-180218.tar.gz
[*] Brython3.2.2_site_mirror-20150927-180218.zip
[*] changelog_20150927-180218.txt
[*] Source code (zip)
[*] Source code (tar.gz)
Brython 设计用于替换网页上的 JavaScript 脚本语言,它使用 Python 来编写脚本,并直接在网页上执行。
页:
[1]