]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blurb release and pydoc topics for 3.5.9 final.
authorLarry Hastings <larry@hastings.org>
Fri, 1 Nov 2019 23:01:12 +0000 (16:01 -0700)
committerLarry Hastings <larry@hastings.org>
Fri, 1 Nov 2019 23:01:12 +0000 (16:01 -0700)
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.5.9.rst [new file with mode: 0644]

index 6795324cad20aff290ae48a01fb01e3023116f4d..1f001e34e6c746fd9a7abbe4a26cc6addae86368 100644 (file)
@@ -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 (file)
index 0000000..563722d
--- /dev/null
@@ -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.