From 9f9afc19573a0191a00ee258f60b04d4172c14e9 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Fri, 1 Nov 2019 16:01:12 -0700 Subject: Blurb release and pydoc topics for 3.5.9 final. --- Lib/pydoc_data/topics.py | 2 +- Misc/NEWS.d/3.5.9.rst | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/3.5.9.rst 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. -- cgit v0.12