Skip to content

Commit 6c38841

Browse files
committed
Python 3.8.4rc1
1 parent dc8ce8e commit 6c38841

File tree

67 files changed

+648
-129
lines changed

Some content is hidden

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

67 files changed

+648
-129
lines changed

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 8
21-
#define PY_MICRO_VERSION 3
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23-
#define PY_RELEASE_SERIAL 0
21+
#define PY_MICRO_VERSION 4
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.8.3+"
26+
#define PY_VERSION "3.8.4rc1"
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Wed May 13 19:29:27 2020
2+
# Autogenerated by Sphinx on Mon Jun 29 22:24:24 2020
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'
@@ -4284,7 +4284,8 @@
42844284
' the current environment).\n'
42854285
'\n'
42864286
'retval\n'
4287-
'Print the return value for the last return of a function.\n'
4287+
'\n'
4288+
' Print the return value for the last return of a function.\n'
42884289
'\n'
42894290
'-[ Footnotes ]-\n'
42904291
'\n'
@@ -6037,8 +6038,8 @@
60376038
'\n'
60386039
'A non-normative HTML file listing all valid identifier '
60396040
'characters for\n'
6040-
'Unicode 4.1 can be found at https://www.dcl.hpi.uni-\n'
6041-
'potsdam.de/home/loewis/table-3131.html.\n'
6041+
'Unicode 4.1 can be found at\n'
6042+
'https://www.unicode.org/Public/13.0.0/ucd/DerivedCoreProperties.txt\n'
60426043
'\n'
60436044
'\n'
60446045
'Keywords\n'

0 commit comments

Comments
 (0)