]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 29 Jul 2021 07:47:56 +0000 (09:47 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 07:47:56 +0000 (09:47 +0200)
commit5269c091458c5ea76eb625e4fabc9980b6309266
tree2c39bdae29af27e9232facd337a41c5163bf0538
parent8d0647485db5af2a0f0929d6509479ca45f1281b
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Doc/library/sqlite3.rst
Doc/whatsnew/3.11.rst
Lib/sqlite3/test/hooks.py
Lib/sqlite3/test/regression.py
Misc/NEWS.d/next/Library/2021-07-20-23-28-26.bpo-44688.buFgz3.rst [new file with mode: 0644]
Modules/_sqlite/clinic/connection.c.h
Modules/_sqlite/connection.c