]> granicus.if.org Git - python/commitdiff
Merge branch '3.2'
authorPetri Lehtinen <petri@digip.org>
Wed, 15 Feb 2012 20:22:34 +0000 (22:22 +0200)
committerPetri Lehtinen <petri@digip.org>
Wed, 15 Feb 2012 20:22:34 +0000 (22:22 +0200)
Issue #13491.

1  2 
Doc/library/sqlite3.rst
Misc/ACKS
Misc/NEWS

Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index faef50aebaac9b78c18ceee8a12a250c473acd47,81ec44b13de140e18cd287d20b5d63ddb61465b9..3aa7e52333ab55be9b7e6c712566e8d7978b5b7f
+++ b/Misc/NEWS
@@@ -2254,21 -1455,6 +2254,24 @@@ C-AP
  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.
 +
 +- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
 +  C API function.
 +
 +- Issue #13513: Fix io.IOBase documentation to correctly link to the
 +  io.IOBase.readline method instead of the readline module.
 +
 +- Issue #13237: Reorganise subprocess documentation to emphasise convenience
 +  functions and the most commonly needed arguments to Popen.
 +
 +- Issue #13141: Demonstrate recommended style for socketserver examples.
 +
  - Issue #11818: Fix tempfile examples for Python 3.