Merge branch '3.2'
Issue #13491.
diff --git a/Misc/ACKS b/Misc/ACKS
index a0f6f25..760ac53 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1041,6 +1041,7 @@
Kurt Vile
Norman Vine
Frank Visser
+Johannes Vogel
Sjoerd de Vries
Niki W. Waibel
Wojtek Walczak
diff --git a/Misc/NEWS b/Misc/NEWS
index faef50a..3aa7e52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2254,6 +2254,9 @@
Documentation
-------------
+- Issue #13491: Fix many errors in sqlite3 documentation. Initial
+ patch by Johannes Vogel.
+
- Issue #13402: Document absoluteness of sys.executable.
- Issue #13883: PYTHONCASEOK also works on OS X.