summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-16 19:43:41 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-16 19:44:26 (GMT)
commit17f1be63681c921a82f2dd9dd44e0305e46b4733 (patch)
tree7ee181d024775c87ff9ef37e2bc25e0f882e2934 /Misc/NEWS
parent8e3926a810a5d849573a96b33308b9e2a1014ac4 (diff)
parentb3890226b33f86d485dccac309d442b15e766270 (diff)
downloadcpython-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a1810ae..73bfd5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.