]> granicus.if.org Git - python/commit
Merged revisions 83140-83141 via svnmerge from
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 25 Jul 2010 15:13:42 +0000 (15:13 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 25 Jul 2010 15:13:42 +0000 (15:13 +0000)
commit6161077c93603e05790440c391bb55f381fe1443
tree4c87d683c7293fddb82b2d4379046f3bf297b585
parent55b9da588552c0a3d892a3e9f82db108e4d542bf
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_profilehooks.py [deleted file]
Lib/test/test_sys.py
Lib/test/test_trace.py [deleted file]