summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-08-04-12-29-00.bpo-44822.zePNXA.rst
blob: d078142886d2e00db7cf51a3ff6a251f1eec535c (plain)
1
2
3
:mod:`sqlite3` user-defined functions and aggregators returning
:class:`strings <str>` with embedded NUL characters are no longer
truncated. Patch by Erlend E. Aasland.