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

最新文章

  1. Poj2479 & Poj 2593
  2. C#中一些常用的正则表达式
  3. OpenStack 简介
  4. hadoop中map和reduce的数量设置问题
  5. 安装时出现 Runtiem error (at 62:321) SWbem Locator:服务不存在,或已被标记为删除 该怎么解决?
  6. JAVA TIMER定时器
  7. checkbox 全选、全不选、反选 插件
  8. android78 Fragment和Activity 传递数据
  9. apache2.4下载与安装
  10. Entity Framework 6 Code First创建
  11. 小记:css特殊性
  12. 配置Windows为NTP服务器
  13. 一起学爬虫——如何爬取通过ajax加载数据的网站
  14. Nginx 搭建图片缓存服务器-转
  15. [转] 基于NodeJS的前后端分离的思考与实践(五)多终端适配
  16. android listview优化:滑动时颜色错乱问题
  17. bzoj1666
  18. 2019.01.13 bzoj4538: [Hnoi2016]网络(树链剖分)
  19. linux 文件编码问题
  20. hdu 4946 凸包注意重点

热门文章

  1. Spring3系列1 -- HelloWord例子
  2. fast-framework – 基于 JDK 8 实现的 Java Web MVC 框架
  3. 让Windows 7变成WIFI热点
  4. iOS 数据持久化(扩展知识:模糊背景效果和密码保护功能)
  5. C#连接mysql数据库插入数据后获取自增长主键ID值
  6. apache2.4 以上设定gzip压缩
  7. 简谈ubuntu之DIY发行版
  8. Android样式的开发:Style篇
  9. 利用SSIS发送邮件
  10. HTML注释引起的问题