Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8509df7

Browse files
committed
done with 3.0
1 parent 238444e commit 8509df7

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 3
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.0b3"
26+
#define PY_VERSION "3.0b3+"
2727
/*--end constants--*/
2828

2929
/* Subversion Revision number of this file (not of the repository) */

Misc/NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Python News
44

55
(editors: check NEWS.help for information about editing NEWS using ReST.)
66

7+
What's New in Python 3.0 release candidate 1
8+
============================================
9+
10+
*Release date: XX-XXXX-2008*
11+
12+
Core and Builtins
13+
-----------------
14+
15+
Library
16+
-------
17+
18+
719
What's new in Python 3.0b3?
820
===========================
921

0 commit comments

Comments
 (0)