diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-16 19:43:41 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-16 19:44:26 (GMT) |
commit | 17f1be63681c921a82f2dd9dd44e0305e46b4733 (patch) | |
tree | 7ee181d024775c87ff9ef37e2bc25e0f882e2934 /Misc/NEWS | |
parent | 8e3926a810a5d849573a96b33308b9e2a1014ac4 (diff) | |
parent | b3890226b33f86d485dccac309d442b15e766270 (diff) | |
download | cpython-17f1be63681c921a82f2dd9dd44e0305e46b4733.zip cpython-17f1be63681c921a82f2dd9dd44e0305e46b4733.tar.gz cpython-17f1be63681c921a82f2dd9dd44e0305e46b4733.tar.bz2 |
Merge branch '3.2'
Closes #13995.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2258,8 +2258,8 @@ C-API Documentation ------------- -- Issue #13491: Fix many errors in sqlite3 documentation. Initial - patch by Johannes Vogel. +- Issues #13491 and #13995: Fix many errors in sqlite3 documentation. + Initial patch for #13491 by Johannes Vogel. - Issue #13402: Document absoluteness of sys.executable. |