diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-03-09 20:59:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 20:59:44 (GMT) |
commit | 31818e98d3b845d815e9caf2a3d330341bdc1b33 (patch) | |
tree | 9057a1c34ecae1dded1331b30036cd9040f8c881 /Misc | |
parent | 0d6bd1ca7c683137d52041194f3a2b02219f225a (diff) | |
download | cpython-31818e98d3b845d815e9caf2a3d330341bdc1b33.zip cpython-31818e98d3b845d815e9caf2a3d330341bdc1b33.tar.gz cpython-31818e98d3b845d815e9caf2a3d330341bdc1b33.tar.bz2 |
bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst b/Misc/NEWS.d/next/Windows/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst new file mode 100644 index 0000000..2116ef3 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-03-09-11-15-41.bpo-43440.igy2Mn.rst @@ -0,0 +1,2 @@ +Build :mod:`sqlite3` with the ``R*Tree`` module enabled. Patch by Erlend E. +Aasland. |