summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2023-08-30 14:53:10 (GMT)
committerGitHub <noreply@github.com>2023-08-30 14:53:10 (GMT)
commit2a3926fa51b7264787d5988abf083d8c4328f4ad (patch)
tree8979134fd198d6802bb75ed1989b81f2e437e16a /Misc/NEWS.d/next
parent2928e5dc6512e4206c616cd33e0bcc3288abf6ed (diff)
downloadcpython-2a3926fa51b7264787d5988abf083d8c4328f4ad.zip
cpython-2a3926fa51b7264787d5988abf083d8c4328f4ad.tar.gz
cpython-2a3926fa51b7264787d5988abf083d8c4328f4ad.tar.bz2
gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)
Reverted per Serhiy's request.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2023-08-29-22-53-48.gh-issue-108590.6k0pOl.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-08-29-22-53-48.gh-issue-108590.6k0pOl.rst b/Misc/NEWS.d/next/Library/2023-08-29-22-53-48.gh-issue-108590.6k0pOl.rst
deleted file mode 100644
index 50b41f2..0000000
--- a/Misc/NEWS.d/next/Library/2023-08-29-22-53-48.gh-issue-108590.6k0pOl.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed an issue where :meth:`sqlite3.Connection.iterdump` would fail and leave an incomplete SQL dump if a table includes invalid Unicode sequences. Patch by Corvin McPherson