]> granicus.if.org Git - python/commit
Merged revisions 84559 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 16:31:27 +0000 (16:31 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 16:31:27 +0000 (16:31 +0000)
commit9a0cb6a8d0616f6e8c00923a72a42170322e16f8
tree1331472a6eabe23c870d8c63403b33c9e286dfe5
parent8426333a88f0959a55b351813f5987238ffd0e17
Merged revisions 84559 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84559 | brian.curtin | 2010-09-06 11:29:29 -0500 (Mon, 06 Sep 2010) | 6 lines

  Fix #8956. ValueError message was only mentioning one signal.

  Rather than list out the three signals (or more over time), the message was
  made less specific but still descriptive.
........
Lib/subprocess.py