diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-09-23 12:36:32 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-09-23 12:36:32 (GMT) |
commit | db455296be5f792b8c12b7cd7f3962b52e4f44ee (patch) | |
tree | d0cf137351b52bd56770a1c066a2011cc42e1018 /Lib/pydoc_data | |
parent | 5acc1b5f0b62eef3258e4bc31eba3b9c659108c9 (diff) | |
download | cpython-db455296be5f792b8c12b7cd7f3962b52e4f44ee.zip cpython-db455296be5f792b8c12b7cd7f3962b52e4f44ee.tar.gz cpython-db455296be5f792b8c12b7cd7f3962b52e4f44ee.tar.bz2 |
Python 3.8.6v3.8.6
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | Lib/pydoc_data/topics.py | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index ab53a56..d760056 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Mon Sep 7 17:49:24 2020 +# Autogenerated by Sphinx on Wed Sep 23 14:35:51 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -6923,6 +6923,14 @@ topics = {'assert': 'The "assert" statement\n' 'the data\n' ' model.\n' '\n' + ' Note: Due to a bug in the dispatching mechanism for ' + '"**=", a\n' + ' class that defines "__ipow__()" but returns ' + '"NotImplemented"\n' + ' would fail to fall back to "x.__pow__(y)" and ' + '"y.__rpow__(x)".\n' + ' This bug is fixed in Python 3.10.\n' + '\n' 'object.__neg__(self)\n' 'object.__pos__(self)\n' 'object.__abs__(self)\n' @@ -9603,6 +9611,14 @@ topics = {'assert': 'The "assert" statement\n' 'the data\n' ' model.\n' '\n' + ' Note: Due to a bug in the dispatching mechanism for ' + '"**=", a\n' + ' class that defines "__ipow__()" but returns ' + '"NotImplemented"\n' + ' would fail to fall back to "x.__pow__(y)" and ' + '"y.__rpow__(x)".\n' + ' This bug is fixed in Python 3.10.\n' + '\n' 'object.__neg__(self)\n' 'object.__pos__(self)\n' 'object.__abs__(self)\n' |