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

Python 3.1

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

軟體介紹

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

更新日誌

3.1

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

- Issue #6334: Fix bug in range length calculation for ranges with
large arguments.

- Issue #6329: Fixed iteration for memoryview objects (it was being blocked
because it wasn't recognized as a sequence).

Library
-------

- Issue #6314: logging.basicConfig() performs extra checks on the "level"
argument.

- Issue #6274: Fixed possible file descriptors leak in subprocess.py

- Accessing io.StringIO.buffer now raises an AttributeError instead of
io.UnsupportedOperation.

- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
(On Unix)

- Issue #1202: zipfile module would cause a struct.error when attempting to
store files with a CRC32 > 2**31-1.

Extension Modules
-----------------

- Issue #5590: Remove unused global variable in pyexpat extension.

歷史版本

完整清單 →