diff options
-rw-r--r-- | Lib/pydoc_data/topics.py | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/3.5.9.rst | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 6795324..1f001e3 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 Oct 28 23:07:04 2019 +# Autogenerated by Sphinx on Fri Nov 1 15:54:02 2019 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' diff --git a/Misc/NEWS.d/3.5.9.rst b/Misc/NEWS.d/3.5.9.rst new file mode 100644 index 0000000..563722d --- /dev/null +++ b/Misc/NEWS.d/3.5.9.rst @@ -0,0 +1,11 @@ +.. bpo: 0 +.. date: 2019-11-01 +.. no changes: True +.. nonce: vvRpzs +.. release date: 2019-11-01 +.. section: Library + +There were no new changes in version 3.5.9. 3.5.9 was released +because of a CDN caching problem which resulted in some users +downloading a prerelease version of the 3.5.8 .xz source tarball. +3.5.9 is identical to the proper 3.5.8 release. |