Python

Python 3.0

Python
開源軟體

Python是一款簡單強大又好用的動態語言,在國外已經流行了十幾年。Python擁有更高的時效性,可以讓您的開發週期更短,並讓您的生產力提升。

  • 簡單易學,並有內建的各種現成的模組
  • 具有簡單明瞭的可讀性
  • 豐富的標準函式庫
  • 物件導向
  • 動態語言
  • 開發快速
  • 跨平台的語言
  • 強大的穩定性
  • 容易擴充和嵌入
  • 深思熟慮的設計哲學
  • 優質的文件說明

軟體資訊
檔案版本 Python 3.0
檔案名稱 python-3.0.msi
檔案大小 12.56MB
系統 Windows (All Versions)
支援語系 Multiple languages
軟體類型 開源軟體
更新日期 2008-12-08
更新日誌

Core and Builtins
-----------------

- Issue #3996: On Windows, the PyOS_CheckStack function would cause the
interpreter to abort ("Fatal Python error: Could not reset the stack!")
instead of throwing a MemoryError.

- Issue #3689: The list reversed iterator now supports __length_hint__
instead of __len__. Behavior now matches other reversed iterators.

- Issue #4367: Python would segfault during compiling when the unicodedata
module couldn't be imported and N escapes were present.

- Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.

Library
-------

- Issue #4387: binascii now refuses to accept str as binary input.

- Issue #4073: Add 2to3 support to build_scripts, refactor that support
in build_py.

- IDLE would print a "Unhandled server exception!" message when internal
debugging is enabled.

- Issue #4455: IDLE failed to display the windows list when two windows have
the same title.

- Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
exception.

- Issue #4433: Fixed an access violation when garbage collecting
_ctypes.COMError instances.

- Issue #4429: Fixed UnicodeDecodeError in ctypes.

- Issue #4373: Corrected a potential reference leak in the pickle module and
silenced a false positive ref leak in distutils.tests.test_build_ext.

- Issue #4382: dbm.dumb did not specify the expected file encoding for opened
files.

- Issue #4383: When IDLE cannot make the connection to its subprocess, it would
fail to properly display the error message.

Build
-----

- Issue #4407: Fix source file that caused the compileall step in Windows
installer to fail.

Docs
----

- Issue #4449: Fixed multiprocessing examples

- Issue #3799: Document that dbm.gnu and dbm.ndbm will accept string arguments
for keys and values which will be converted to bytes before committal.

作者 Python
官網 http://www.python.org

  • Python 3.0.1 2009-02-13 Download Release Notes Python 2.5.4 2008-12-23 Download Release Notes Python 2.5.3 2008-12-19 Download Release Notes Python 2.4.6 2008-12-19 Download Release Notes Python 2.6.1...
    Python
    Download Python | Python.org
    https://www.python.org
  • Python v3.0.1 documentation Welcome! This is the documentation for Python 3.0.1, last updated Feb 14, 2009. Parts of the documentation: What's new in Python 3.0? or all "What's new" ...
    Python
    Overview — Python v3.0.1 documentation
    https://docs.python.org
  • Latest: Python 3.6.0 - Python 2.7.13 Docs Documentation for Python's standard library, along with tutorials and guides, are available online. docs.python.org Jobs Looking for work or have a Python...
    Python
    Python - Official Site
    https://www.python.org
  • 在這個時間點學Python 還是很尷尬嗎?因為必須面臨學習Python 2.x 或是Python 3.x 的問題? Python 2.x 還是Python 3.x?Python 3.0(也就...
    Python
    Python 3 Tutorial 第一堂(2)哈囉!世界! - OpenHome.cc
    https://openhome.cc
  • Python 3.0 Python 3.0 has been replaced by a newer bugfix release of Python. Please download Python 3.0.1 instead. Python 3.0 final was released on December 3rd, 2008. Python 3.0 (a.k.a. "Python ...
    Python
    Python 3.0 Release | Python.org
    https://www.python.org
  • Python 3.0.1 Python 3.0 is end-of-lifed with the release of Python 3.1. All users of Python 3.0 should upgrade to Python 3.1. Python 3.0.1 was released on February 13, 2009. It was a bugfix release of...
    Python
    Python 3.0.1 Release | Python.org
    https://www.python.org
  • Python 3.3.0 Note: A newer security-fix release, 3.3.6, is currently available. Its use is recommended. Python 3.3.0 was released on September 29th, 2012. Python 3.3 includes a range of improvements o...
    Python
    Python 3.3.0 Release | Python.org
    https://www.python.org
  • Python 3.4.0 was released on March 16th, 2014. Major new features of the 3.4 series, compared to 3.3 Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvem...
    Python
    Python 3.4.0 | Python.org
    https://www.python.org
  • Python 3.5.0 was released on September 13th, 2015. Major new features of the 3.5 series, compared to 3.4 Among the new major new features and changes in the 3.5 release series are PEP 441, improved Py...
    Python
    Python Release Python 3.5.0 | Python.org
    https://www.python.org
  • Python 3.6.0 Release Date: 2016-12-23 Python 3.6.0 is the newest major release of the Python language, and it contains many new features and optimizations. See the What’s New In Python 3.6 document fo...
    Python
    Python Release Python 3.6.0 | Python.org
    https://www.python.org
  • 2012年1月17日 - 目前這裡主要是在說明舊有環境Python 2 系列與Python 3 系列。 如果你不知道要用2 還是3,那你就應該用3. 然後下面都只是簡略的參考,並非 ...
    Python
    Python/3 - Python Taiwan Wiki
    http://wiki.python.org.tw
  • Python 3 教程Python的3.0版本,常被称为Python 3000,或简称Py3k。相对于Python的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0在设计的 ...
    Python
    Python3 教程| 菜鸟教程
    http://www.runoob.com
  • Python 3: Fibonacci series up to n >>> def fib(n): >>> a, b = 0, 1 >>> while a < n: >>> print(a, end=' ') >>> a, b = b, a+b >>> print()...
    Python
    Welcome to Python.org
    https://www.python.org
  • This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as “Python 3000” or “Py3K”, is the first ever intentionally backwards ...
    Python
    What's New In Python 3.0 — Python 3.6.1 documentation
    https://docs.python.org
  • 2009年2月14日 - This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as “Python 3000” or “Py3K”, is the first ever ...
    Python
    What's New In Python 3.0 — Python v3.0.1 documentation
    https://docs.python.org
  • 2012年4月9日 - This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as “Python 3000” or “Py3K”, is the first ever ...
    Python
    What's New In Python 3.0 — Python v3.1.5 documentation
    https://docs.python.org
  • This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as “Python 3000” or “Py3K”, is the first ever intentionally backwards incompatible Python release. There a...
    Python
    What’s New In Python 3.0 — Python 3.6.0 documentation
    https://docs.python.org