commit | e3e967f2b31c2527dae36a1da7a4ec4f8fb07269 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat Feb 05 21:49:56 2011 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat Feb 05 21:49:56 2011 +0000 |
tree | db114bc79f4564bb0a169395ad538c9813c4ae31 | |
parent | 67b8d9ec6aa7012f1d29855ed793302403fdf87b [diff] |
Merged revisions 88352 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88352 | gregory.p.smith | 2011-02-05 13:47:25 -0800 (Sat, 05 Feb 2011) | 3 lines issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE happens when the end exits before the beginning. ........