~ubuntu-branches/ubuntu/raring/python3.2/raring

« back to all changes in this revision

Viewing changes to Misc/NEWS

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-09-05 22:01:13 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: package-import@ubuntu.com-20110905220113-gmku3knwah89ojat
Tags: 3.2.2-0ubuntu1
* Python 3.2.2 release.
* Search headers in /usr/include/ncursesw for the curses/panel extensions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Python News
3
3
+++++++++++
4
4
 
 
5
What's New in Python 3.2.2?
 
6
===========================
 
7
 
 
8
*Release date: 03-Sep-2011*
 
9
 
 
10
Core and Builtins
 
11
-----------------
 
12
 
 
13
- Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python
 
14
  is compiled on Linux 3.
 
15
 
 
16
- Accept bytes for the AST string type. This is temporary until a proper fix in
 
17
  3.3.
 
18
 
 
19
Library
 
20
-------
 
21
 
 
22
- Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
 
23
  now respect a --skip-build option given to bdist.
 
24
 
 
25
- Issue #12839: Fix crash in zlib module due to version mismatch.
 
26
  Fix by Richard M. Tew.
 
27
 
 
28
Extension Modules
 
29
-----------------
 
30
 
 
31
- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
 
32
  some functions like file.write().
 
33
 
 
34
 
 
35
 
5
36
What's New in Python 3.2.2 release candidate 1?
6
37
===============================================
7
38