mirror of https://github.com/python/cpython
towards beta 2
This commit is contained in:
parent
4e45512de2
commit
12409067c2
|
@ -27,7 +27,7 @@
|
||||||
#define PY_RELEASE_SERIAL 1
|
#define PY_RELEASE_SERIAL 1
|
||||||
|
|
||||||
/* Version as a string */
|
/* Version as a string */
|
||||||
#define PY_VERSION "2.7b1"
|
#define PY_VERSION "2.7b1+"
|
||||||
/*--end constants--*/
|
/*--end constants--*/
|
||||||
|
|
||||||
/* Subversion Revision number of this file (not of the repository) */
|
/* Subversion Revision number of this file (not of the repository) */
|
||||||
|
|
12
Misc/NEWS
12
Misc/NEWS
|
@ -4,6 +4,18 @@ 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 beta 2?
|
||||||
|
============================
|
||||||
|
|
||||||
|
*Release date: XXXX-XX-XX*
|
||||||
|
|
||||||
|
Core and Builtins
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
Library
|
||||||
|
-------
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 2.7 beta 1?
|
What's New in Python 2.7 beta 1?
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue