diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-15 20:22:34 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-15 20:22:34 (GMT) |
commit | be2cf338e9baef1f2479a33a8c7b5552bf9bd86f (patch) | |
tree | ad5bfa3bbfe0db0e65b25eb5ef805fbf0e0b226b /Misc/NEWS | |
parent | 482ee66cb7075b917a0a93051536ed0c10586447 (diff) | |
parent | 1ca93954e17e4f6f1230306997badbda3e5c68bc (diff) | |
download | cpython-be2cf338e9baef1f2479a33a8c7b5552bf9bd86f.zip cpython-be2cf338e9baef1f2479a33a8c7b5552bf9bd86f.tar.gz cpython-be2cf338e9baef1f2479a33a8c7b5552bf9bd86f.tar.bz2 |
Merge branch '3.2'
Issue #13491.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2254,6 +2254,9 @@ C-API 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 works on OS X. |