[Python-checkins] Blurb release and pydoc topics for 3.5.9 final.

Larry Hastings webhook-mailer at python.org
Fri Nov 1 20:53:50 EDT 2019


https://github.com/python/cpython/commit/9f9afc19573a0191a00ee258f60b04d4172c14e9
commit: 9f9afc19573a0191a00ee258f60b04d4172c14e9
branch: 3.5
author: Larry Hastings <larry at hastings.org>
committer: Larry Hastings <larry at hastings.org>
date: 2019-11-01T16:01:12-07:00
summary:

Blurb release and pydoc topics for 3.5.9 final.

files:
A Misc/NEWS.d/3.5.9.rst
M Lib/pydoc_data/topics.py

diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 6795324cad20a..1f001e34e6c74 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 0000000000000..563722d3b0902
--- /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.



More information about the Python-checkins mailing list