Skip to content

Commit

Permalink
v3.8.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Feb 25, 2019
1 parent 16323cb commit 23f4589
Show file tree
Hide file tree
Showing 57 changed files with 555 additions and 120 deletions.
4 changes: 2 additions & 2 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 8
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_SERIAL 2

/* Version as a string */
#define PY_VERSION "3.8.0a1+"
#define PY_VERSION "3.8.0a2"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
12 changes: 8 additions & 4 deletions 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 Sun Feb 3 14:00:19 2019
# Autogenerated by Sphinx on Mon Feb 25 13:03:43 2019
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
Expand Down Expand Up @@ -962,7 +962,8 @@
'in a parent.)\n'
'\n'
'The space saved over using *__dict__* can be '
'significant.\n'
'significant. Attribute\n'
'lookup speed can be significantly improved as well.\n'
'\n'
'object.__slots__\n'
'\n'
Expand Down Expand Up @@ -8572,7 +8573,9 @@
'(unless explicitly declared in *__slots__* or available in a '
'parent.)\n'
'\n'
'The space saved over using *__dict__* can be significant.\n'
'The space saved over using *__dict__* can be significant. '
'Attribute\n'
'lookup speed can be significantly improved as well.\n'
'\n'
'object.__slots__\n'
'\n'
Expand Down Expand Up @@ -11394,7 +11397,8 @@
' Additional information about a function’s definition can be\n'
' retrieved from its code object; see the description of '
'internal\n'
' types below.\n'
' types below. The "cell" type can be accessed in the "types"\n'
' module.\n'
'\n'
' Instance methods\n'
' An instance method object combines a class, a class instance '
Expand Down
Loading

0 comments on commit 23f4589

Please sign in to comment.