(accepted by FESCo at 2008-12-10 meeting) |
(A bit of clean up) |
||
Line 2: | Line 2: | ||
== Summary == | == Summary == | ||
Update the system Python in Fedora to 2.6 | |||
== Owner == | == Owner == | ||
Line 9: | Line 9: | ||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/11 | Fedora 11 ]] | * Targeted release: [[Releases/11 | Fedora 11 ]] | ||
* Last updated: 2008-12- | * Last updated: 2008-12-13 | ||
* Percentage of completion: | * Percentage of completion: 60% | ||
== Detailed Description == | == Detailed Description == | ||
Line 19: | Line 19: | ||
== Scope == | == Scope == | ||
Python is pervasive in Fedora. Everything from yum to system-config-* to anaconda to pungi is written in Python. | |||
== How To Test == | == How To Test == | ||
(work ongoing) | |||
== User Experience == | == User Experience == | ||
Line 29: | Line 28: | ||
== Dependencies == | == Dependencies == | ||
* (list too large to include here; around | * (list too large to include here; around 850 packages) | ||
== Contingency Plan == | == Contingency Plan == | ||
* | * There is none. This is do-or-die. | ||
== Documentation == | == Documentation == | ||
Line 38: | Line 37: | ||
== Release Notes == | == Release Notes == | ||
Python has been upgraded to 2.6. For a list of | Python has been upgraded to 2.6. For a list of changes see http://www.python.org/doc/2.6/whatsnew/2.6.html . | ||
== Comments and Discussion == | == Comments and Discussion == |
Revision as of 12:52, 13 December 2008
Python 2.6
Summary
Update the system Python in Fedora to 2.6
Owner
- Name: Ignacio Vazquez-Abrams
Current status
- Targeted release: Fedora 11
- Last updated: 2008-12-13
- Percentage of completion: 60%
Detailed Description
Python 2.6 was released on October 1, 2008, too close to the release of Fedora 10 to be included in it.
Benefit to Fedora
Fedora is about pushing the boundaries, and having Python 2.6 as a transitional release on the path to Python 3000 is no exception.
Scope
Python is pervasive in Fedora. Everything from yum to system-config-* to anaconda to pungi is written in Python.
How To Test
(work ongoing)
User Experience
- Users should not notice any difference, other than the availability of the 2.6 interpreter
Dependencies
- (list too large to include here; around 850 packages)
Contingency Plan
- There is none. This is do-or-die.
Documentation
Release Notes
Python has been upgraded to 2.6. For a list of changes see http://www.python.org/doc/2.6/whatsnew/2.6.html .