Skip to content

Commit

Permalink
Python 3.9.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed May 18, 2020
1 parent a3ec3ad commit 97fe9cf
Show file tree
Hide file tree
Showing 100 changed files with 967 additions and 180 deletions.
2 changes: 1 addition & 1 deletion Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


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

# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body
Expand Down
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 1

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

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
2 changes: 1 addition & 1 deletion Lib/pydoc_data/topics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Mon Apr 27 22:35:16 2020
# Autogenerated by Sphinx on Tue May 19 00:56:40 2020
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
Expand Down
Loading

0 comments on commit 97fe9cf

Please sign in to comment.