File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020#define PY_MINOR_VERSION 0
2121#define PY_MICRO_VERSION 0
2222#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23- #define PY_RELEASE_SERIAL 2
23+ #define PY_RELEASE_SERIAL 3
2424
2525/* Version as a string */
26- #define PY_VERSION "3.0rc2+ "
26+ #define PY_VERSION "3.0rc3 "
2727/*--end constants--*/
2828
2929/* Subversion Revision number of this file (not of the repository) */
Original file line number Diff line number Diff line change 2020#
2121
2222#--start constants--
23- __version__ = "3.0rc2 "
23+ __version__ = "3.0rc3 "
2424#--end constants--
Original file line number Diff line number Diff line change 1- IDLE_VERSION = "3.0rc2 "
1+ IDLE_VERSION = "3.0rc3 "
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Python News
77What's New in Python 3.0 release candiate 3?
88============================================
99
10- *Release date: XX-XXX -2008*
10+ *Release date: 20-Nov -2008*
1111
1212
1313Core and Builtins
Original file line number Diff line number Diff line change 3434
3535%define name python
3636#--start constants--
37- %define version 3.0rc2
37+ %define version 3.0rc3
3838%define libver 3.0
3939#--end constants--
4040%define release 1pydotorg
Original file line number Diff line number Diff line change 1- This is Python version 3.0 release candidate 2
1+ This is Python version 3.0 release candidate 3
22==============================================
33
44For notes specific to this release, see RELNOTES in this directory.
You can’t perform that action at this time.
0 commit comments