summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-04-06-21-18-29.bpo-43752.K7qmAF.rst
blob: ef4b9539a8055d19eb5b67abb746855ecf3c9d15 (plain)
1
2
3
Fix :mod:`sqlite3` regression for zero-sized blobs with converters, where
``b""`` was returned instead of ``None``. The regression was introduced by
GH-24723. Patch by Erlend E. Aasland.