File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
#define PY_RELEASE_SERIAL 0
24
24
25
25
/* Version as a string */
26
- #define PY_VERSION "3.3.2"
26
+ #define PY_VERSION "3.3.2+ "
27
27
/*--end constants--*/
28
28
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change 2
2
Python News
3
3
+++++++++++
4
4
5
- What's New in Python 3.3.3?
6
- ===========================
5
+ What's New in Python 3.3.3 release candidate 1 ?
6
+ ===============================================
7
7
8
- *Release date: TBD*
8
+ *Not yet released, see sections below for changes released in 3.3.2*
9
+
10
+ .. *Release date: TBD*
9
11
10
12
Core and Builtins
11
13
-----------------
@@ -34,8 +36,6 @@ What's New in Python 3.3.2?
34
36
35
37
*Release date: 13-May-2013*
36
38
37
- .. *Not yet released, see sections below for changes released in 3.3.1*
38
-
39
39
Core and Builtins
40
40
-----------------
41
41
You can’t perform that action at this time.
0 commit comments