Skip to content

Commit 6f53a68

Browse files
committed
Merge tag 'v3.8.0b3' into 3.8
Python 3.8.0b3
2 parents 494ed69 + 4336222 commit 6f53a68

File tree

46 files changed

+454
-112
lines changed

Some content is hidden

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

46 files changed

+454
-112
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 8
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23-
#define PY_RELEASE_SERIAL 2
23+
#define PY_RELEASE_SERIAL 3
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.8.0b2+"
26+
#define PY_VERSION "3.8.0b3"
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Thu Jul 4 12:44:09 2019
2+
# Autogenerated by Sphinx on Mon Jul 29 15:22:27 2019
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'
@@ -5099,7 +5099,7 @@
50995099
'Meaning '
51005100
'|\n'
51015101
' '
5102-
'+===========+============================================================+\n'
5102+
'|===========|============================================================|\n'
51035103
' | "\'<\'" | Forces the field to be left-aligned '
51045104
'within the available |\n'
51055105
' | | space (this is the default for most '
@@ -5148,7 +5148,7 @@
51485148
'Meaning '
51495149
'|\n'
51505150
' '
5151-
'+===========+============================================================+\n'
5151+
'|===========|============================================================|\n'
51525152
' | "\'+\'" | indicates that a sign should be used for '
51535153
'both positive as |\n'
51545154
' | | well as negative '
@@ -5252,7 +5252,7 @@
52525252
'Meaning '
52535253
'|\n'
52545254
' '
5255-
'+===========+============================================================+\n'
5255+
'|===========|============================================================|\n'
52565256
' | "\'s\'" | String format. This is the default type '
52575257
'for strings and |\n'
52585258
' | | may be '
@@ -5272,7 +5272,7 @@
52725272
'Meaning '
52735273
'|\n'
52745274
' '
5275-
'+===========+============================================================+\n'
5275+
'|===========|============================================================|\n'
52765276
' | "\'b\'" | Binary format. Outputs the number in '
52775277
'base 2. |\n'
52785278
' '
@@ -5334,7 +5334,7 @@
53345334
'Meaning '
53355335
'|\n'
53365336
' '
5337-
'+===========+============================================================+\n'
5337+
'|===========|============================================================|\n'
53385338
' | "\'e\'" | Exponent notation. Prints the number in '
53395339
'scientific |\n'
53405340
' | | notation using the letter ‘e’ to indicate '
@@ -7045,7 +7045,7 @@
70457045
'+-------------------------------------------------+---------------------------------------+\n'
70467046
'| Operator | '
70477047
'Description |\n'
7048-
'+=================================================+=======================================+\n'
7048+
'|=================================================|=======================================|\n'
70497049
'| "lambda" | '
70507050
'Lambda expression |\n'
70517051
'+-------------------------------------------------+---------------------------------------+\n'
@@ -10289,7 +10289,7 @@
1028910289
' | Representation | '
1029010290
'Description |\n'
1029110291
' '
10292-
'+=========================+===============================+\n'
10292+
'|=========================|===============================|\n'
1029310293
' | "\\n" | Line '
1029410294
'Feed |\n'
1029510295
' '
@@ -10628,7 +10628,7 @@
1062810628
'+-------------------+-----------------------------------+---------+\n'
1062910629
'| Escape Sequence | Meaning | Notes '
1063010630
'|\n'
10631-
'+===================+===================================+=========+\n'
10631+
'|===================|===================================|=========|\n'
1063210632
'| "\\newline" | Backslash and newline ignored '
1063310633
'| |\n'
1063410634
'+-------------------+-----------------------------------+---------+\n'
@@ -10674,7 +10674,7 @@
1067410674
'+-------------------+-----------------------------------+---------+\n'
1067510675
'| Escape Sequence | Meaning | Notes '
1067610676
'|\n'
10677-
'+===================+===================================+=========+\n'
10677+
'|===================|===================================|=========|\n'
1067810678
'| "\\N{name}" | Character named *name* in the | '
1067910679
'(4) |\n'
1068010680
'| | Unicode database | '
@@ -11312,7 +11312,7 @@
1131211312
' | Attribute | Meaning '
1131311313
'| |\n'
1131411314
' '
11315-
'+===========================+=================================+=============+\n'
11315+
'|===========================|=================================|=============|\n'
1131611316
' | "__doc__" | The function’s documentation '
1131711317
'| Writable |\n'
1131811318
' | | string, or "None" if '
@@ -12586,7 +12586,7 @@
1258612586
'+----------------------------+----------------------------------+------------+\n'
1258712587
'| Operation | Result '
1258812588
'| Notes |\n'
12589-
'+============================+==================================+============+\n'
12589+
'|============================|==================================|============|\n'
1259012590
'| "x in s" | "True" if an item of *s* is '
1259112591
'| (1) |\n'
1259212592
'| | equal to *x*, else "False" '
@@ -12815,7 +12815,7 @@
1281512815
'+--------------------------------+----------------------------------+-----------------------+\n'
1281612816
'| Operation | '
1281712817
'Result | Notes |\n'
12818-
'+================================+==================================+=======================+\n'
12818+
'|================================|==================================|=======================|\n'
1281912819
'| "s[i] = x" | item *i* of *s* is replaced '
1282012820
'by | |\n'
1282112821
'| | '
@@ -13277,7 +13277,7 @@
1327713277
'| Operation | '
1327813278
'Result | Notes '
1327913279
'|\n'
13280-
'+================================+==================================+=======================+\n'
13280+
'|================================|==================================|=======================|\n'
1328113281
'| "s[i] = x" | item *i* of *s* is '
1328213282
'replaced by | |\n'
1328313283
'| | '

0 commit comments

Comments
 (0)