mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
post-3.0rc3
This commit is contained in:
parent
0cc818f0a3
commit
d8ccd1ce6f
2 changed files with 15 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
#define PY_RELEASE_SERIAL 3
|
#define PY_RELEASE_SERIAL 3
|
||||||
|
|
||||||
/* Version as a string */
|
/* Version as a string */
|
||||||
#define PY_VERSION "3.0rc3"
|
#define PY_VERSION "3.0rc3+"
|
||||||
/*--end constants--*/
|
/*--end constants--*/
|
||||||
|
|
||||||
/* Subversion Revision number of this file (not of the repository) */
|
/* Subversion Revision number of this file (not of the repository) */
|
||||||
|
|
16
Misc/NEWS
16
Misc/NEWS
|
@ -4,8 +4,20 @@ Python News
|
||||||
|
|
||||||
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
||||||
|
|
||||||
What's New in Python 3.0 release candiate 3?
|
What's New in Python 3.0 final
|
||||||
============================================
|
==============================
|
||||||
|
|
||||||
|
*Release date: XX-XXX-2008*
|
||||||
|
|
||||||
|
Core and Builtins
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
Library
|
||||||
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
What's New in Python 3.0 release candidate 3?
|
||||||
|
=============================================
|
||||||
|
|
||||||
*Release date: 20-Nov-2008*
|
*Release date: 20-Nov-2008*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue