diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-05-04 12:47:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 12:47:44 (GMT) |
commit | b451bc8d7e5e5a1df46fbecb6cf50af942cc401e (patch) | |
tree | 23720f9ebeba69a780da74a8ea4fc9d032f58570 /Misc | |
parent | a0b9915a8be98427432e13d8eb2207a8b9824179 (diff) | |
download | cpython-b451bc8d7e5e5a1df46fbecb6cf50af942cc401e.zip cpython-b451bc8d7e5e5a1df46fbecb6cf50af942cc401e.tar.gz cpython-b451bc8d7e5e5a1df46fbecb6cf50af942cc401e.tar.bz2 |
bpo-42686: Enable SQLite math functions in Windows build (#24053)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-01-01-21-21-03.bpo-42686.G_f-TC.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-01-01-21-21-03.bpo-42686.G_f-TC.rst b/Misc/NEWS.d/next/Windows/2021-01-01-21-21-03.bpo-42686.G_f-TC.rst new file mode 100644 index 0000000..2fcf6e9 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-01-01-21-21-03.bpo-42686.G_f-TC.rst @@ -0,0 +1 @@ +Build :mod:`sqlite3` with math functions enabled. Patch by Erlend E. Aasland. |