commit | 17f1be63681c921a82f2dd9dd44e0305e46b4733 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Thu Feb 16 21:43:41 2012 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Thu Feb 16 21:44:26 2012 +0200 |
tree | 7ee181d024775c87ff9ef37e2bc25e0f882e2934 | |
parent | 8e3926a810a5d849573a96b33308b9e2a1014ac4 [diff] [blame] | |
parent | b3890226b33f86d485dccac309d442b15e766270 [diff] [blame] |
Merge branch '3.2' Closes #13995.
diff --git a/Misc/NEWS b/Misc/NEWS index a1810ae..73bfd5b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -2258,8 +2258,8 @@ 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.