File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020#define PY_MINOR_VERSION 8
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.8.0a0 "
26+ #define PY_VERSION "3.8.0a1 "
2727/*--end constants--*/
2828
2929/* 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
22====================================
33
44.. image :: https://travis-ci.org/python/cpython.svg?branch=master
@@ -71,8 +71,8 @@ elsewhere it's just ``python``.
7171
7272If you are running on macOS with the latest updates installed, make sure to install
7373openSSL 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.
7676
7777On macOS, if you have configured Python with ``--enable-framework ``, you
7878should use ``make frameworkinstall `` to do the installation. Note that this
You can’t perform that action at this time.
0 commit comments