diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 13:01:32 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 13:01:32 (GMT) |
commit | 580fbb018fd0844806119614d752b41fc69660f9 (patch) | |
tree | d8f575769341daf9cca39d1d356747a3af4da534 /Lib/pydoc_data/topics.py | |
parent | f526d10267e8c0d20b3f5584eb7ca671f3a526df (diff) | |
download | cpython-580fbb018fd0844806119614d752b41fc69660f9.zip cpython-580fbb018fd0844806119614d752b41fc69660f9.tar.gz cpython-580fbb018fd0844806119614d752b41fc69660f9.tar.bz2 |
Python 3.8.5v3.8.5
Contains security fixes for CVE-2019-20907, CVE-2020-15801, and BPO-39603.
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-rw-r--r-- | Lib/pydoc_data/topics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index d4473aa..6834657 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 Jul 13 13:47:56 2020 +# Autogenerated by Sphinx on Mon Jul 20 14:14:54 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |