summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-15 20:17:21 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-15 20:21:01 (GMT)
commit1ca93954e17e4f6f1230306997badbda3e5c68bc (patch)
treef00db8a6e8095c9b5470db3ae6fae16bf6cd64fa /Misc/NEWS
parent2640b5223765f7a8e9c13a4a4c82dafa2c7cb59a (diff)
downloadcpython-1ca93954e17e4f6f1230306997badbda3e5c68bc.zip
cpython-1ca93954e17e4f6f1230306997badbda3e5c68bc.tar.gz
cpython-1ca93954e17e4f6f1230306997badbda3e5c68bc.tar.bz2
Issue #13491: Fix many errors in sqlite3 documentation
Initial patch by Johannes Vogel.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a67a26a..81ec44b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -524,6 +524,9 @@ Extension Modules
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 used on OS X and OS/2.