`
23号
  • 浏览: 138179 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Python 2.6 final release

阅读更多
We are pleased to announce the release of Python 2.6 (final), a new production-ready release, on October 1st, 2008.

There are a huge number of new features, modules, improvements and bug fixes. For information on what's changed, see:

  • Andrew Kuchling's guide to What's New in Python 2.6.
  • NEWS file contains a listing of everything that's new in each alpha, beta, and release candidate of Python 2.6.
  • PEP 361.

Please report bugs at http://bugs.python.org

See also the license.

Python 2.6 Released: 01-Oct-2008

Download

This is a production release; we currently support these formats:

MD5 checksums and sizes of the released files:

837476958702cb386c657b5dba61cdc5  10957859  Python-2.6.tar.bz2
d16d29a77db2cd3af882a591f431a403 13023860 Python-2.6.tgz
fe34764ad0027d01176eb1b321dd20c5 14503936 python-2.6.amd64.msi
6c62c123d248a48dccbaa4d3edc12680 14173184 python-2.6.msi
29a1a22f8d9fd8a4501b30d97fbee61c 23593748 python-2.6-macosx2008-10-01.dmg

The signatures for the source tarballs above were generated with GnuPG using release manager Barry Warsaw's public key which has a key id of EA5BBD71. The Windows installers was signed by Martin von Löwis' public key which has a key id of 7D9DC8D2. The signature on the Mac disk image was signed by Benjamin Peterson's public key which has a key id of A4135B38.

Vista Note

Administrators installing Python for all users on Windows Vista either need to be logged in as Administrator, or use the runas command, as in:

runas /user:Administrator "msiexec /i <path>\<file>.msi"

Documentation

The documentation has also been updated. You can browse the HTML on-line or download the HTML

分享到:
评论

相关推荐

    python2.6安装包

    CentOS6.8 卸载Python2.6后,重新安装。python2.6升级后yum不能用。 1、删除现有Python rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联 whereis python |xargs rm -frv ##...

    python2.6和yum所需要用到的所有rpm包

    Python 2.6和Yum是Linux系统中两个至关重要的组件。Python 2.6是一个早期版本的Python解释器,而Yum(Yellowdog Updater, Modified)是Red Hat Enterprise Linux及其衍生版中的包管理器。这个压缩包包含了在重新安装...

    python2.6和2.7安装包

    Python 2.6 和 2.7 是两个不同的版本,每个都有其特定的特性和功能。在本篇文章中,我们将深入探讨这两个版本,以及如何在计算机上安装它们。 首先,让我们来看看Python 2.6。发布于2008年,它是Python 2.x系列的一...

    scipy-0.8.0-win32-superpack-python2.6.exe

    scipy-0.8.0-win32-superpack-python2.6,windows,python2.6的包

    python 2.6 32bit 64bit安装包

    Python 2.6是Python编程语言的一个重要版本,发布于2009年,它带来了许多新特性,改进和优化,旨在提升开发者的体验和代码的效率。此版本支持32位和64位操作系统,这使得它在不同平台上的兼容性更强。以下是关于...

    mysqldb-python2.6

    《MySQLdb-Python2.6在Windows环境下的应用与打包》 MySQLdb是Python中用于连接MySQL数据库的一个重要模块,它提供了Python语言风格的接口,使得开发者能够方便地进行数据库操作。本文主要针对标题中的“mysqldb-...

    Python2.6 官方文档全集(PDF)

    这个压缩包包含的“Python2.6 官方文档全集(PDF)”是学习和参考 Python 2.6 的宝贵资源,尤其是对于那些在网络访问受限的情况下寻找编程指南的人来说。 官方文档通常分为多个部分,包括: 1. **语言参考**:这...

    OpenCV v2.3.1 for Python2.6

    windows版本OpenCV for Python2.6;只有2.5M大小,不需要去官网下载130M的supperpack,那个包含了源码以及各个系统各种环境设置和安装包,实际上windows版python2.6只需要这个。 需要说明,必须先安装 numpy1.6.* ...

    python2.6集成mysqldb完整包,绝对可用。

    Python 2.6 是 Python 编程语言的一个早期版本,发布于2008年,而MySQLdb是Python中用于连接MySQL数据库的一个模块,它提供了Python标准库DB-API(PEP 249)接口。在Python 2.6集成mysqldb的完整包中,用户可以利用...

    python 2.6 版本

    Python 2.6是Python编程语言的一个重要版本,发布于2009年10月1日,它在Python 2.x系列中引入了多个新特性和改进,为开发者提供了更多的功能和优化。这个版本是向后兼容的,意味着代码在Python 2.6上运行应该也能在...

    python2.6安装程序

    提供的是python2.6安装程序,很好用的。

    python2.6 代码折叠插件

    python2.6 代码折叠插件

    python2.6 linuxmercurial安装基础

    sudo ln -s /usr/local/python2.6/bin/python2.6 /usr/bin/python2.6 ``` 这样,我们就可以通过`python2.6`命令来运行Python 2.6了。 接下来,我们要安装Mercurial。首先,我们需要下载Mercurial的源码,你可以从...

    IronPython 2.6源代码

    IronPython 2.6 是一个开源的Python解释器,它完全用C#语言编写,并且与.NET Framework紧密集成。这个项目是由微软的前员工、现为Google员工的Michael Foord领导的,旨在提供一个高性能、可扩展且能够无缝运行在.NET...

    python开发手册(包含python2.6,python3.0,python3.6)

    python开发手册(包含python2.6,python3.0,python3.6),分享出来,需要的下载

    Python参考手册(第4版,Python 2.6)

    根据提供的标题、描述、标签及部分内容,我们可以推测这是一本关于Python 2.6版本的参考手册。尽管部分内容并未提供具体章节或知识点的信息,我们仍可以从书名和描述出发,来构建与Python 2.6相关的知识点概览。 ##...

    Python2.6 下安装 mysql (Windows xp)

    在Python 2.6环境下安装MySQL数据库在Windows XP操作系统中是一项常见的任务,特别是在进行软件开发或者数据处理时。本文将详细介绍这一过程,并分享一些相关的知识点。 首先,了解MySQL数据库是至关重要的。MySQL...

    pywin32 for python2.6

    《Python2.6下的pywin32模块:深入探索Windows应用程序开发》 在Python的世界里,pywin32是一个至关重要的模块,它为Python程序员提供了访问Windows API(应用程序接口)的能力,使得Python开发者能够利用Windows...

    《Beginning Python:Using Python 2.6 and Python 3.1》PDF

    《 Beginning Python:Using Python 2.6 and Python 3.1》是一本旨在引导初学者入门Python编程语言的书籍,特别关注Python 2.6和3.1这两个版本。这本书涵盖了从基本语法到高级概念的广泛主题,为读者提供了一个全面...

Global site tag (gtag.js) - Google Analytics