jython 2.7 b3发布

简介: Jython 2.7b3 Bugs Fixed - [ 2108 ] Cannot set attribute to instances of AST/PythonTree (blocks pyflakes) - [ 1497 ] ast classes do not have appropiate base classes - [ 1980 ] ast.
Jython 2.7b3
  Bugs Fixed  - [ 2108 ] Cannot set attribute to instances of AST/PythonTree (blocks pyflakes)  - [ 1497 ] ast classes do not have appropiate base classes  - [ 1980 ] ast.Eq, ast.Gt, ast.GtE, ast.In, ast.Is, ast.IsNot, ast.Lt, ast.LtE, ast.NotEq and ast.NotIn should be subclasses of ast.cmpop  - [ 1981 ] ast.And and ast.Or should be subclasses of ast.boolop  New Features  - [ 1896215 ] findResource(s) for SyspathJavaLoader  - [ 1591 ] Interactive interpreter stuck on '...' loop  Jython 2.7b2  Bugs Fixed  - [ 1753 ] zlib doesn't call end() on compress and decompress  - [ 1860 ] test failures in test_array.py  - [ 1862 ] cStringIO does not support arrays as arguments  - [ 1876 ] PYTHONIOENCODING unsupported, used (among others) by PyDev  - [ 1926 ] Adjust MutableSet.pop test so we do not need to skip it  - [ 1964 ] time.strptime() does not support %f in format  - [ 2005 ] threading.Event object's wait([timeout]) function returns null instead of True/False.  - [ 2013 ] %x hex formatting takes O(N^2) time.  - [ 2020 ] str.translate should delete characters in the second arg when table is None  - [ 2027 ] Discrepancy in bin(-num) output  - [ 2033 ] test_strptime fails: test_mar1_comes_after_feb29_even_when_omitting_the_year  - [ 2046 ] sys.stdin.readline() hangs when used interactively (JLine, Windows)  - [ 2060 ] Thread ident missing  - [ 2071 ] datetime strftime %f does not work  - [ 2075 ] Incorrect padding for hex format strings  - [ 2082 ] Unexpected (Pdb) prompt during regression tests  - [ 2083 ] os.unlink() can delete directories  - [ 2089 ] sys.stdout not flushed after sys.exit  New Features  - Command line option -E (ignore environment variables)  - Environment variable PYTHONIOENCODING, and corresponding registry items
目录
相关文章
|
8月前
|
API 数据库 Docker
PyCharm 2022.2 发布了,支持最新 Python 3.11 和 PyScript 框架!
PyCharm 2022.2 发布了,支持最新 Python 3.11 和 PyScript 框架!
128 2
|
5月前
|
SQL 关系型数据库 API
Python 开发环境的准备以及一些常用类库模块的安装
在学习和开发Python的时候,第一步的工作就是先准备好开发环境,包括相关常用的插件,以及一些辅助工具,这样我们在后续的开发工作中,才能做到事半功倍。下面介绍一些Python 开发环境的准备以及一些常用类库模块的安装和使用的经验总结,供大家参考了解。
|
7月前
|
Python
python项目依赖库打包发布方法
python项目依赖库打包发布方法
|
8月前
|
开发者 索引 Python
Python应用发布常见打包
【4月更文挑战第5天】Python应用发布常见打包
52 1
|
SQL IDE API
PyCharm 发布了新版,支持最新 Python 3.11 和 PyScript 框架
PyCharm 发布了新版,支持最新 Python 3.11 和 PyScript 框架
|
JSON Java 编译器
【VScode配置】C++ | Java | Python 运行环境
【VScode配置】C++ | Java | Python 运行环境
【VScode配置】C++ | Java | Python 运行环境
|
编解码 测试技术 开发工具
Python+Appium自动化测试(15)-使用Android模拟器(详细)(一)
做APP的UI自动化测试时,我们往往会使用真机跑自动化测试脚本,因为这样才是最真实的使用场景。但前期调试脚本的话,可以先使用模拟器,这样相对更加方便。 不推荐使用Android SDK里自带模拟器,太卡。 这里介绍两款我正在用于做自动化测试的模拟器:Genymotion 与 夜神模拟器。
Python+Appium自动化测试(15)-使用Android模拟器(详细)(一)
|
Python
IDEA最新版本一站式服务(安装、python环境配置),你还在等什么!
IDEA最新版本一站式服务(安装、python环境配置),你还在等什么!
405 0
IDEA最新版本一站式服务(安装、python环境配置),你还在等什么!
|
应用服务中间件 Apache Python
google oppia Python Web编程运行环境搭建
Python Web编程   Python的Web框架中,mod-python是一个很方便实用的,而且可以跟其他的框架一起使用的。
1167 0