~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: 2010-03-21 17:27:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100321172757-v29qykjsa8u718lo
Tags: 3.1.2-0ubuntu1
* Python 3.1.2 release.
* Fix issue #4961: Inconsistent/wrong result of askyesno function in
  tkMessageBox with Tcl8.5. LP: #462950.
* Don't complain when /usr/local is not writable on installation.
* Apply proposed patch for issue #8032, gdb7 hooks for debugging.
* Backport issue #8140: Extend compileall to compile single files.
  Add -i option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
(editors: check NEWS.help for information about editing NEWS using ReST.)
6
6
 
 
7
What's New in Python 3.1.2?
 
8
===========================
 
9
 
 
10
*Release date: 2010-03-20*
 
11
 
 
12
Core and Builtins
 
13
-----------------
 
14
 
 
15
- Issue #7173: Generator finalization could invalidate sys.exc_info().
 
16
 
 
17
Library
 
18
-------
 
19
 
 
20
- Issue #2698: The --compiler ignored was ignored for distutils' build_ext.
 
21
 
 
22
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
 
23
  with Tcl/Tk-8.5.
 
24
 
 
25
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
 
26
  the locale.
 
27
 
 
28
 
7
29
What's New in Python 3.1.2 release candidate 1?
8
30
===============================================
9
31