]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 84556 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 16:10:04 +0000 (16:10 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 16:10:04 +0000 (16:10 +0000)
commit912443c861ca29d50d37ed817072b0f0f16ac4c3
tree188d990039487af99ad6f784b58eed0885691fa9
parent7e00ef097499e9f900ac61eaf96760c1c6b81e8a
Merged revisions 84556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84556 | brian.curtin | 2010-09-06 11:04:10 -0500 (Mon, 06 Sep 2010) | 7 lines

  Clean up the fix to #9324 with some of the suggestions raised on python-dev
  in response to the original checkin.

  Move the validation from the original loop into a switch statement,
  and adjust a platform check in the tests.
........
Lib/test/test_signal.py
Modules/signalmodule.c