diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-08-30-23-10-48.bpo-24139.e38czf.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-30-23-10-48.bpo-24139.e38czf.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-30-23-10-48.bpo-24139.e38czf.rst b/Misc/NEWS.d/next/Library/2021-08-30-23-10-48.bpo-24139.e38czf.rst deleted file mode 100644 index b44d0cf..0000000 --- a/Misc/NEWS.d/next/Library/2021-08-30-23-10-48.bpo-24139.e38czf.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add support for SQLite extended result codes in :exc:`sqlite3.Error`. Patch -by Erlend E. Aasland. |