diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-08-30 14:53:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 14:53:10 (GMT) |
commit | 2a3926fa51b7264787d5988abf083d8c4328f4ad (patch) | |
tree | 8979134fd198d6802bb75ed1989b81f2e437e16a /Misc/NEWS.d/next | |
parent | 2928e5dc6512e4206c616cd33e0bcc3288abf6ed (diff) | |
download | cpython-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.rst | 1 |
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 |