summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0277.bpo-26187.aViyiR.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-09-19 05:01:36 (GMT)
committerNed Deily <nad@python.org>2017-09-19 05:01:36 (GMT)
commit450ceea33169e8a7717d3e2fffb009141a99c479 (patch)
treec503081df2b528bacc9eb749cc7f29bef19ec294 /Misc/NEWS.d/next/Library/0277.bpo-26187.aViyiR.rst
parent380c5fbc6f9b89e013cd7dbb540316a59e4ddb63 (diff)
downloadcpython-450ceea33169e8a7717d3e2fffb009141a99c479.zip
cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.gz
cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.bz2
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/0277.bpo-26187.aViyiR.rst')
-rw-r--r--Misc/NEWS.d/next/Library/0277.bpo-26187.aViyiR.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/0277.bpo-26187.aViyiR.rst b/Misc/NEWS.d/next/Library/0277.bpo-26187.aViyiR.rst
deleted file mode 100644
index f21f7a7..0000000
--- a/Misc/NEWS.d/next/Library/0277.bpo-26187.aViyiR.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Test that sqlite3 trace callback is not called multiple times when schema is
-changing. Indirectly fixed by switching to use sqlite3_prepare_v2() in
-bpo-9303. Patch by Aviv Palivoda.