8000 v3.8.0a3 · kminjava/cpython@9a44885 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a44885

Browse files
committed
v3.8.0a3
1 parent a6fbc4e commit 9a44885

File tree

91 files changed

+875
-184
lines changed

Some content is hidden

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

91 files changed

+875
-184
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_ALPHA
23-
#define PY_RELEASE_SERIAL 2
23+
#define PY_RELEASE_SERIAL 3
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.8.0a2+"
26+
#define PY_VERSION "3.8.0a3"
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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Mon Feb 25 13:03:43 2019
2+
# Autogenerated by Sphinx on Mon Mar 25 20:32:23 2019
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'
@@ -11436,15 +11436,6 @@
1143611436
'is\n'
1143711437
' the original function object.\n'
1143811438
'\n'
11439-
' When a user-defined method object is created by retrieving\n'
11440-
' another method object from a class or instance, the behaviour '
11441-
'is\n'
11442-
' the same as for a function object, except that the '
11443-
'"__func__"\n'
11444-
' attribute of the new instance is not the original method '
11445-
'object\n'
11446-
' but its "__func__" attribute.\n'
11447-
'\n'
1144811439
' When an instance method object is created by retrieving a '
1144911440
'class\n'
1145011441
' method object from a class or instance, its "__self__" '

0 commit comments

Comments
 (0)
0