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

Skip to content

Commit cec00a7

Browse files
committed
Version bump for 3.6.0a1
1 parent fc92e2c commit cec00a7

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 6
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 0
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.6.0a0"
26+
#define PY_VERSION "3.6.0a1"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python News
55
What's New in Python 3.6.0 alpha 1?
66
===================================
77

8-
Release date: tba
8+
Release date: 2016-05-16
99

1010
Core and Builtins
1111
-----------------

README

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ What's New
8181
We have a comprehensive overview of the changes in the "What's New in
8282
Python 3.6" document, found at
8383

84-
http://docs.python.org/3.6/whatsnew/3.6.html
84+
https://docs.python.org/3.6/whatsnew/3.6.html
8585

8686
For a more detailed change log, read Misc/NEWS (though this file, too,
8787
is incomplete, and also doesn't list anything merged in from the 2.7
@@ -96,7 +96,7 @@ Documentation
9696

9797
Documentation for Python 3.6 is online, updated daily:
9898

99-
http://docs.python.org/3.6/
99+
https://docs.python.org/3.6/
100100

101101
It can also be downloaded in many formats for faster access. The documentation
102102
is downloadable in HTML, PDF, and reStructuredText formats; the latter version
@@ -106,7 +106,7 @@ formatting requirements.
106106
If you would like to contribute to the development of Python, relevant
107107
documentation is available at:
108108

109-
http://docs.python.org/devguide/
109+
https://docs.python.org/devguide/
110110

111111
For information about building Python's documentation, refer to Doc/README.txt.
112112

@@ -121,7 +121,7 @@ backported versions of certain key Python 3.x features.
121121
A source-to-source translation tool, "2to3", can take care of the mundane task
122122
of converting large amounts of source code. It is not a complete solution but
123123
is complemented by the deprecation warnings in 2.6. See
124-
http://docs.python.org/3.6/library/2to3.html for more information.
124+
https://docs.python.org/3.6/library/2to3.html for more information.
125125

126126

127127
Testing
@@ -171,7 +171,7 @@ Issue Tracker and Mailing List
171171
We're soliciting bug reports about all aspects of the language. Fixes are also
172172
welcome, preferably in unified diff format. Please use the issue tracker:
173173

174-
http://bugs.python.org/
174+
https://bugs.python.org/
175175

176176
If you're not sure whether you're dealing with a bug or a feature, use the
177177
mailing list:
@@ -180,7 +180,7 @@ mailing list:
180180

181181
To subscribe to the list, use the mailman form:
182182

183-
http://mail.python.org/mailman/listinfo/python-dev/
183+
https://mail.python.org/mailman/listinfo/python-dev/
184184

185185

186186
Proposals for enhancement
@@ -190,13 +190,13 @@ If you have a proposal to change Python, you may want to send an email to the
190190
comp.lang.python or python-ideas mailing lists for initial feedback. A Python
191191
Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
192192
current PEPs, as well as guidelines for submitting a new PEP, are listed at
193-
http://www.python.org/dev/peps/.
193+
https://www.python.org/dev/peps/.
194194

195195

196196
Release Schedule
197197
----------------
198198

199-
See PEP 494 for release details: http://www.python.org/dev/peps/pep-0494/
199+
See PEP 494 for release details: https://www.python.org/dev/peps/pep-0494/
200200

201201

202202
Copyright and License Information

0 commit comments

Comments
 (0)