File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
#define PY_MINOR_VERSION 8
21
21
#define PY_MICRO_VERSION 0
22
22
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23
- #define PY_RELEASE_SERIAL 0
23
+ #define PY_RELEASE_SERIAL 1
24
24
25
25
/* Version as a string */
26
- #define PY_VERSION "3.8.0a0 "
26
+ #define PY_VERSION "3.8.0a1 "
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 1
- This is Python version 3.8.0 alpha 0
1
+ This is Python version 3.8.0 alpha 1
2
2
====================================
3
3
4
4
.. image :: https://travis-ci.org/python/cpython.svg?branch=master
@@ -71,8 +71,8 @@ elsewhere it's just ``python``.
71
71
72
72
If you are running on macOS with the latest updates installed, make sure to install
73
73
openSSL or some other SSL software along with Homebrew or another package manager.
74
- If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
75
- information.
74
+ If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
75
+ information.
76
76
77
77
On macOS, if you have configured Python with ``--enable-framework ``, you
78
78
should use ``make frameworkinstall `` to do the installation. Note that this
You can’t perform that action at this time.
0 commit comments