Skip to content

Commit 69dec9c

Browse files
committed
Python 3.9.0b4
1 parent 0b4c87e commit 69dec9c

File tree

63 files changed

+606
-114
lines changed

Some content is hidden

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

63 files changed

+606
-114
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 9
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23-
#define PY_RELEASE_SERIAL 3
23+
#define PY_RELEASE_SERIAL 4
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.9.0b3+"
26+
#define PY_VERSION "3.9.0b4"
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Tue Jun 9 20:02:32 2020
2+
# Autogenerated by Sphinx on Thu Jul 2 19:55:42 2020
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'
@@ -4298,7 +4298,8 @@
42984298
' the current environment).\n'
42994299
'\n'
43004300
'retval\n'
4301-
'Print the return value for the last return of a function.\n'
4301+
'\n'
4302+
' Print the return value for the last return of a function.\n'
43024303
'\n'
43034304
'-[ Footnotes ]-\n'
43044305
'\n'

0 commit comments

Comments
 (0)