]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 83140-83141 via svnmerge from
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 25 Jul 2010 15:07:36 +0000 (15:07 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 25 Jul 2010 15:07:36 +0000 (15:07 +0000)
commit137e0b126d87ef745af972eb27da838b83e90c93
tree8d4e19aa2dcb5c41b6a70c2e5f1d55b88be45648
parent5719c2f97e986bfe2c63f758d662b86472fae29c
Merged revisions 83140-83141 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83140 | alexander.belopolsky | 2010-07-25 11:02:55 -0400 (Sun, 25 Jul 2010) | 5 lines

  Issue #9315: Renamed test_trace to test_sys_settrace and
  test_profilehooks to test_sys_setprofile so that test_trace can be
  used for testing the trace module and for naming consistency.
........
  r83141 | alexander.belopolsky | 2010-07-25 11:05:42 -0400 (Sun, 25 Jul 2010) | 1 line

  Corrected comments on where settrace and setprofile are tested.
........
Lib/test/test_sys.py
Lib/test/test_sys_setprofile.py [moved from Lib/test/test_profilehooks.py with 95% similarity]
Lib/test/test_sys_settrace.py [moved from Lib/test/test_trace.py with 95% similarity]