From Fedora Project Wiki
< Features
m (add to "Python" category) |
|||
Line 18: | Line 18: | ||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/{{FedoraVersion||next}} | {{FedoraVersion|long|next}} ]] | * Targeted release: [[Releases/{{FedoraVersion||next}} | {{FedoraVersion|long|next}} ]] | ||
* Last updated: | * Last updated: 2011-01-19 | ||
* Percentage of completion: | * Percentage of completion: 80% | ||
[[Releases/14/Schedule|Fedora 14 schedule]] currently has feature freeze on 2010-07-27 | [[Releases/14/Schedule|Fedora 14 schedule]] currently has feature freeze on 2010-07-27 | ||
Upstream [http://www.python.org/dev/peps/pep-0392/ release schedule] currently has first | Upstream has released 3.2rc1, and it is in Fedora. The upstream [http://www.python.org/dev/peps/pep-0392/ release schedule] currently has first final release on 2011-02-12 | ||
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. --> | <!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. --> | ||
Revision as of 16:27, 19 January 2011
Python 3.2
Summary
Update the Python 3 stack in Fedora from 3.1 to 3.2
Owner
- Name: Dave Malcolm
- Email: <dmalcolm@redhat.com>
Current status
- Targeted release: Fedora 42
- Last updated: 2011-01-19
- Percentage of completion: 80%
Fedora 14 schedule currently has feature freeze on 2010-07-27
Upstream has released 3.2rc1, and it is in Fedora. The upstream release schedule currently has first final release on 2011-02-12
Detailed Description
Benefit to Fedora
Scope
How To Test
User Experience
Dependencies
Contingency Plan
Documentation
Release Notes
- We're now compiling Python3 with support for computed goto's in the interpreter mainloop. This can speedup execution of python code by as much as 17%. https://bugzilla.redhat.com/show_bug.cgi?id=566770