projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb331b
)
Start 3.6.0b3
author
Ned Deily
<nad@python.org>
Tue, 11 Oct 2016 00:46:40 +0000
(20:46 -0400)
committer
Ned Deily
<nad@python.org>
Tue, 11 Oct 2016 00:46:40 +0000
(20:46 -0400)
Include/patchlevel.h
patch
|
blob
|
history
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Include/patchlevel.h
b/Include/patchlevel.h
index 258dabb71cbb1b7a52487d244ce677ba7353d52d..29da489cfacf6a588ed03a833393ef052f866276 100644
(file)
--- a/
Include/patchlevel.h
+++ b/
Include/patchlevel.h
@@
-23,7
+23,7
@@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.6.0b2"
+#define PY_VERSION "3.6.0b2
+
"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git
a/Misc/NEWS
b/Misc/NEWS
index aad546c5e7faaea952f03d73e84ad85e80669d86..70dac5ae02ae16a875f61ab0f2b9f574d0d27f37 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-2,6
+2,18
@@
Python News
+++++++++++
+What's New in Python 3.6.0 beta 3
+=================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
What's New in Python 3.6.0 beta 2
=================================