]> granicus.if.org Git - python/commit
Merged revisions 73026,73313,73511,73554 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Thu, 25 Jun 2009 17:40:52 +0000 (17:40 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 25 Jun 2009 17:40:52 +0000 (17:40 +0000)
commit9f8a51c3263eab6701b477b7f46de783320ba3d2
tree2925bd3c780210b6fa5bc40dc1d36fd0a7d01f09
parent8f089854227c17c786412f93c6d325d553eeaca1
Merged revisions 73026,73313,73511,73554 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73026 | r.david.murray | 2009-05-29 15:30:27 -0400 (Fri, 29 May 2009) | 3 lines

  Issue 6141: document that the first item of args is still the
  command name even when executable is specified.
........
  r73313 | r.david.murray | 2009-06-08 20:44:22 -0400 (Mon, 08 Jun 2009) | 4 lines

  Issue 2947: document how return code handling translates from
  os.popen to subprocess.  Also fixes reference link in the
  os.spawn documentation.
........
  r73511 | r.david.murray | 2009-06-22 18:11:04 -0400 (Mon, 22 Jun 2009) | 2 lines

  Improve English phrasing.
........
  r73554 | r.david.murray | 2009-06-25 10:21:06 -0400 (Thu, 25 Jun 2009) | 2 lines

  Add a couple of missing function alias declarations to the turtle docs.
........
Doc/library/functions.rst
Doc/library/os.rst
Doc/library/subprocess.rst
Doc/library/turtle.rst