commit | 5296e4b5b3f9ce656307ed7aaeaf49b313be6873 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed May 19 14:11:55 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Wed May 19 14:11:55 2010 +0000 |
tree | 2aff79a8558ad21b4a27722c7d775b2c245f7631 | |
parent | de8a2a9d931a120605fc1a4af0176116e124da07 [diff] |
Merged revisions 78206 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78206 | r.david.murray | 2010-02-16 18:55:26 +0100 (Di, 16 Feb 2010) | 3 lines Make the references to Popen in the description of Call and check_call into links. ........