~ubuntu-branches/ubuntu/natty/python3.1/natty-security

« back to all changes in this revision

Viewing changes to Misc/NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-07-23 18:52:17 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090723185217-orj9vm2mappvz4ze
Tags: 3.1-0ubuntu1
* Python 3.1 final release.
* Update to the 3.1 release branch, 20090723.
* Add explicit build dependency on tk8.5-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
Core and Builtins
13
13
-----------------
14
14
 
 
15
- Issue #6334: Fix bug in range length calculation for ranges with
 
16
  large arguments.
 
17
 
 
18
- Issue #6329: Fixed iteration for memoryview objects (it was being blocked
 
19
  because it wasn't recognized as a sequence).
 
20
 
15
21
Library
16
22
-------
17
23
 
26
32
- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
27
33
  (On Unix)
28
34
 
 
35
- Issue #1202: zipfile module would cause a struct.error when attempting to
 
36
  store files with a CRC32 > 2**31-1.
 
37
 
29
38
Extension Modules
30
39
-----------------
31
40