⚠ 這是歷史版本頁面 — 查看 Python 最新版本 →
Python 軟體圖示

Python 3.0

v 3.0
Windows 開源軟體 7.808/10 (438)
  • 軟體名稱Python
  • 目前版本3.0
  • 更新日期2008-12-08
  • 檔案大小12.56MB
  • 檔案名稱python-3.0.msi
  • 作業系統Windows (All Versions)
  • 支援語系Multiple languages
  • 授權型式開源軟體
  • 開發商 Python
  • 軟體分類Windows 軟體 / 開發者工具

軟體介紹

Python是一款簡單強大又好用的動態語言,在國外已經流行了十幾年。Python擁有更高的時效性,可以讓您的開發週期更短,並讓您的生產力提升。
  • 簡單易學,並有內建的各種現成的模組
  • 具有簡單明瞭的可讀性
  • 豐富的標準函式庫
  • 物件導向
  • 動態語言
  • 開發快速
  • 跨平台的語言
  • 強大的穩定性
  • 容易擴充和嵌入
  • 深思熟慮的設計哲學
  • 優質的文件說明

更新日誌

3.0

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.

歷史版本

完整清單 →