summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2020-10-05 18:24:54 +0100
committerPablo Galindo <pablogsal@gmail.com>2020-10-05 18:30:18 +0100
commit8e9afaf8226b62a18080d69533a41159c70193cb (patch)
tree772bcdf420f1b8b7d4e993b6b8e9fb78f45d7d78 /Misc/NEWS.d/next/Library/2020-08-29-16-07-36.bpo-41662.Mn79zh.rst
parentbpo-41584: clarify when the reflected method of a binary arithemtic operator ... (diff)
downloadcpython-8e9afaf8226b62a18080d69533a41159c70193cb.tar.gz
cpython-8e9afaf8226b62a18080d69533a41159c70193cb.tar.bz2
cpython-8e9afaf8226b62a18080d69533a41159c70193cb.zip
Python 3.10.0a1v3.10.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-08-29-16-07-36.bpo-41662.Mn79zh.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-08-29-16-07-36.bpo-41662.Mn79zh.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-29-16-07-36.bpo-41662.Mn79zh.rst b/Misc/NEWS.d/next/Library/2020-08-29-16-07-36.bpo-41662.Mn79zh.rst
deleted file mode 100644
index 0571c2d110b..00000000000
--- a/Misc/NEWS.d/next/Library/2020-08-29-16-07-36.bpo-41662.Mn79zh.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed crash when mutate list of parameters during iteration in :mod:`sqlite3`.