Skip to content

Commit 97fe9cf

Browse files
committed
Python 3.9.0b1
1 parent a3ec3ad commit 97fe9cf

File tree

100 files changed

+967
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+967
-180
lines changed

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040

4141
ISSUE_URI = 'https://bugs.python.org/issue%s'
42-
SOURCE_URI = 'https://github.com/python/cpython/tree/master/%s'
42+
SOURCE_URI = 'https://github.com/python/cpython/tree/3.9/%s'
4343

4444
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
4545
from docutils.parsers.rst.states import Body

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 9
2121
#define PY_MICRO_VERSION 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 6
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.9.0a6+"
26+
#define PY_VERSION "3.9.0b1"
2727
/*--end constants--*/
2828

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

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Mon Apr 27 22:35:16 2020
2+
# Autogenerated by Sphinx on Tue May 19 00:56:40 2020
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

0 commit comments

Comments
 (0)