Merged revisions 77943,77959-77960 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Thu, 4 Feb 2010 16:35:33 +0000 (16:35 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 4 Feb 2010 16:35:33 +0000 (16:35 +0000)
commit2d95c3a7d8d8485d7bc2ee6db627564997816f37
tree5d08822b2295eda629bd506645ce753a133b2604
parent54c45787e43761f5fefecef613859d81eb8bedd3
Merged revisions 77943,77959-77960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77943 | r.david.murray | 2010-02-03 08:36:23 -0500 (Wed, 03 Feb 2010) | 2 lines

  Explicitly mention the default value for formatdate's usegmt parameter.
........
  r77959 | nick.coghlan | 2010-02-04 07:43:58 -0500 (Thu, 04 Feb 2010) | 1 line

  Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert
........
  r77960 | r.david.murray | 2010-02-04 11:33:31 -0500 (Thu, 04 Feb 2010) | 2 lines

  Add Chris Rebert to ACKS for issue 6760 Popen doc improvements.
........
Doc/library/email.util.rst
Doc/library/subprocess.rst
Misc/ACKS