diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-05 23:19:13 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-05 23:19:13 (GMT) |
commit | dd2afe9edceb2879cea4bb5a81a748a6d2569956 (patch) | |
tree | 000208c6bf8992401cd20550f111d3363dcb7c1d /Misc | |
parent | f584656003136b2f1b722dc667270c63371cce55 (diff) | |
download | cpython-dd2afe9edceb2879cea4bb5a81a748a6d2569956.zip cpython-dd2afe9edceb2879cea4bb5a81a748a6d2569956.tar.gz cpython-dd2afe9edceb2879cea4bb5a81a748a6d2569956.tar.bz2 |
Closes #20366: Build full text search support into SQLite on Windows
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -185,6 +185,8 @@ Build Windows ------- +- Issue #20366: Build full text search support into SQLite on Windows. + - Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. |