博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python 2.7.5
阅读量:7097 次
发布时间:2019-06-28

本文共 2666 字,大约阅读时间需要 8 分钟。

hot3.png

Python 2.7.5

Python 2.7.5 was released on May 15, 2013. This is a 2.7 series bugfix release. It contains several to 2.7.4. Modules with regressions fixed include , , and . The Python 2.7.4 binaries and source tarballs included a data file for testing purposes that . This issue is resolved in the 2.7.5 release.

About the 2.7 release series

Among the features and improvements to Python 2.6 introduced in the 2.7 series are

  • An ordered dictionary type
  • New unittest features including test skipping, new assert methods, and test discovery
  • A much faster io module
  • Automatic numbering of fields in the str.format() method
  • Float repr improvements backported from 3.x
  • Tile support for Tkinter
  • A backport of the memoryview object from 3.x
  • Set literals
  • Set and dictionary comprehensions
  • Dictionary views
  • New syntax for nested with statements
  • The sysconfig module

Resources

  • .
  • Report bugs at .
  • .

Download

This is a production release. Please you encounter.

We currently support these formats for download:

  • . [You may need an updated Tcl/Tk install to run IDLE or use Tkinter, see note 2 for instructions.]
  • .

The source tarballs are signed with Benjamin Peterson's key (fingerprint: 12EF 3DC3 8047 DA38 2D18 A5B9 99CD EA9D A413 5B38). The Windows installer was signed by Martin von Löwis' public key, which has a key id of 7D9DC8D2. The Mac installers were signed with Ned Deily's key, which has a key id of 6F5E1540. The public keys are located on the .

MD5 checksums and sizes of the released files:

b4f01a1d0ba0b46b05c73b2ac909b1df  14492759  Python-2.7.5.tgz6334b666b7ff2038c761d7b27ba699c1  12147710  Python-2.7.5.tar.bz25eea8462f69ab1369d32f9c4cd6272ab  10252148  Python-2.7.5.tar.xze632ba7c34b922e4485667e332096999  18236482  python-2.7.5-pdb.zip55cc56948dcee3afb53f65d8bb425f20  17556546  python-2.7.5.amd64-pdb.zip83f5d9ba639bd2e33d104df9ea969f31  16617472  python-2.7.5.amd64.msi0006d6219160ce6abe711a71c835ebb0  16228352  python-2.7.5.msiedc2df9809bcaaf704314ec387ff5ee7   5997097  python275.chmead4f83ec7823325ae287295193644a7  20395084  python-2.7.5-macosx10.3.dmg248ec7d77220ec6c770a23df3cb537bc  19979778  python-2.7.5-macosx10.6.dmg
[1] (, ) The binaries for AMD64 will also work on processors that implement the Intel 64 architecture (formerly EM64T), i.e. the architecture that Microsoft calls x64, and AMD called x86-64 before calling it AMD64. They will not work on Intel Itanium Processors (formerly IA-64).
[2] (, ) There is .

    现在,我正在使用python2.7.5学习python的知识。

    Python2的版本和python3有一定的差别,我现在正在刚刚开始学习的阶段,所以从python2开始。

    在,并且我自己下载了很多的python视频和python的书籍。

    希望自己能够将python学习后达到熟练的程度。

    COME ON! Lyndon.neu

有问题可以咨询我的SINA微博:

转载于:https://my.oschina.net/meilmneu/blog/150677

你可能感兴趣的文章
Hive函数&压缩
查看>>
timestamp与timedelta,管理信息系统概念与基础
查看>>
第三章: Hotspot算法实现
查看>>
回归JDK源代码(2)Enumeration<E>接口
查看>>
python基础知识-04-字符串列表元组
查看>>
结对开发——求最大值
查看>>
爬虫体验
查看>>
对faster rcnn 中rpn层的理解
查看>>
廖雪峰js教程学习——操作表单
查看>>
uva 11354(最小瓶颈路--多组询问 MST+LCA倍增)
查看>>
简单聊下IO复用
查看>>
使用 Management Studio 进行连接
查看>>
GSS1 - Can you answer these queries I(线段树)
查看>>
Python脚本实现单据体背景色及字段前景色设置
查看>>
php-7.1.11编译选项配置
查看>>
Send Email
查看>>
git 的使用
查看>>
JVM必读----------垃圾收集器详解
查看>>
[网络流24题] 最长递增子序列 (最多不相交路径---网络最大流)
查看>>
js获取文档元素
查看>>