aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-02-03 06:14:25 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-02-03 06:14:25 +0000
commit8d998f140e4a0d2319c8e1efbeb4582f7c0df60e (patch)
treeac9a59d69aa990163f84698e3f133abae1d98f09 /Misc/NEWS.d/next/Library/2021-01-05-00-52-30.bpo-40810.JxQqPe.rst
parentbpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (diff)
parentFix Sphynx syntax in the memory.rst document (diff)
downloadcpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.tar.gz
cpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.tar.bz2
cpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.zip
Merge tag 'v3.10.0a5'
Python 3.10.0a5
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-01-05-00-52-30.bpo-40810.JxQqPe.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-01-05-00-52-30.bpo-40810.JxQqPe.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-05-00-52-30.bpo-40810.JxQqPe.rst b/Misc/NEWS.d/next/Library/2021-01-05-00-52-30.bpo-40810.JxQqPe.rst
deleted file mode 100644
index 61d8780bb85..00000000000
--- a/Misc/NEWS.d/next/Library/2021-01-05-00-52-30.bpo-40810.JxQqPe.rst
+++ /dev/null
@@ -1 +0,0 @@
-Require SQLite 3.7.15 or newer. Patch by Erlend E. Aasland.