diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-15 20:17:21 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-15 20:21:01 (GMT) |
commit | 1ca93954e17e4f6f1230306997badbda3e5c68bc (patch) | |
tree | f00db8a6e8095c9b5470db3ae6fae16bf6cd64fa /Misc/NEWS | |
parent | 2640b5223765f7a8e9c13a4a4c82dafa2c7cb59a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |