(initial page creation; based on Features/Python 3.2) |
(→Current status: begin adding schedule comparisons) |
||
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: 2012-04-13 | ||
* Percentage of completion: 0% | * Percentage of completion: 0% | ||
{| | |||
![http://www.python.org/dev/peps/pep-0398/ Python 3.3 release schedule]) !! Fedora 18 Schedule !! Fedora 19 Schedule | |||
|- | |||
| 3.3.0 alpha 1: March 3, 2012 || || | |||
|- | |||
| 3.3.0 alpha 2: March 31, 2012 || || | |||
|- | |||
| 3.3.0 alpha 3: April 28, 2012 || || | |||
|- | |||
| 3.3.0 alpha 4: May 26, 2012 || || | |||
|- | |||
| 3.3.0 beta 1: June 23, 2012 || || | |||
|- | |||
| (No new features beyond this point.) || || | |||
|- | |||
| 3.3.0 beta 2: July 14, 2012 || || | |||
|- | |||
| 3.3.0 candidate 1: July 28, 2012 || || | |||
|- | |||
| 3.3.0 candidate 2: August 11, 2012 || || | |||
|- | |||
| 3.3.0 final: August 18, 2012 || || | |||
|} | |||
<!-- 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 00:08, 14 April 2012
Python 3.3
Summary
Update the Python 3 stack in Fedora from 3.2 to 3.3
Owner
- Name: Dave Malcolm
- Email: <dmalcolm@redhat.com>
Current status
- Targeted release: Fedora 42
- Last updated: 2012-04-13
- Percentage of completion: 0%
Python 3.3 release schedule) | Fedora 18 Schedule | Fedora 19 Schedule |
---|---|---|
3.3.0 alpha 1: March 3, 2012 | ||
3.3.0 alpha 2: March 31, 2012 | ||
3.3.0 alpha 3: April 28, 2012 | ||
3.3.0 alpha 4: May 26, 2012 | ||
3.3.0 beta 1: June 23, 2012 | ||
(No new features beyond this point.) | ||
3.3.0 beta 2: July 14, 2012 | ||
3.3.0 candidate 1: July 28, 2012 | ||
3.3.0 candidate 2: August 11, 2012 | ||
3.3.0 final: August 18, 2012 |
Detailed Description
Benefit to Fedora
Fedora aims to showcase the latest in free and open source software - we should have the most recent release of Python 3.
Scope
How To Test
Interested testers do not need special hardware. If you have a favorite Python 3 script, module, or application, please test it with Python 3.3 and verify that it still works as you expect.
My own test plan:
- Smoketest of the interpreter
- Run the upstream regression test suite (this is done during %check)
User Experience
Users should not notice any difference, other than the availability of the 3.3 interpreter
Dependencies
See notes in "Scope" above.