]> granicus.if.org Git - python/commitdiff
Merge branch '3.2'
authorPetri Lehtinen <petri@digip.org>
Thu, 16 Feb 2012 19:43:41 +0000 (21:43 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 16 Feb 2012 19:44:26 +0000 (21:44 +0200)
Closes #13995.

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

Simple merge
diff --cc Misc/NEWS
index a1810aee71e296efc8d3d64090f3869f3c6411f5,9c6485576b421fc97418b26aa014c8ab0e0bf940..73bfd5b5e73e23a528b212f8f00a7f047fc1b5d5
+++ b/Misc/NEWS
@@@ -2258,24 -1459,6 +2258,24 @@@ C-AP
  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.
 +
 +- 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.