summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-11-01 23:01:12 (GMT)
committerLarry Hastings <larry@hastings.org>2019-11-01 23:01:12 (GMT)
commit9f9afc19573a0191a00ee258f60b04d4172c14e9 (patch)
tree0c51e4021e8daf8a41c1982594511affbfde9538
parent58ae08d9ecfbdb8558235d9f2a29567b2a866edb (diff)
downloadcpython-9f9afc19573a0191a00ee258f60b04d4172c14e9.zip
cpython-9f9afc19573a0191a00ee258f60b04d4172c14e9.tar.gz
cpython-9f9afc19573a0191a00ee258f60b04d4172c14e9.tar.bz2
Blurb release and pydoc topics for 3.5.9 final.
-rw-r--r--Lib/pydoc_data/topics.py2
-rw-r--r--Misc/NEWS.d/3.5.9.rst11
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.