This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients belopolsky, eli.bendersky, terry.reedy
Date 2010-07-22.00:15:12
SpamBayes Score 3.3156903e-06
Marked as misclassified No
Message-id <1279757717.99.0.997266851992.issue9315@psf.upfronthosting.co.za>
In-reply-to
Content
[from pydev discussion] I agree with renaming current test_trace to test_sys_settrace. If sys.settrace does more than line tracing, and the additional actions are not currently tested in the general sys test, then they should be, eventually, by someone, in a different issue.

I see two reasons to start with 2.7. First, the 2.7 code should be better since it will not have errors introduced by the 3.x port. Second, if one file does not work for both 2.7 and 3.1/2, 2to3 is more tested than 3to2. If 2.6 is not to be targeted, you can use any of the new 3.x features backported to 2.7. The main problem for 3.1+ should be any new bugs uncovered, other than the one fixed in #9282. If features are added for 3.2, more tests will be needed for that.
History
Date User Action Args
2010-07-22 00:15:18terry.reedysetrecipients: + terry.reedy, belopolsky, eli.bendersky
2010-07-22 00:15:17terry.reedysetmessageid: <1279757717.99.0.997266851992.issue9315@psf.upfronthosting.co.za>
2010-07-22 00:15:15terry.reedylinkissue9315 messages
2010-07-22 00:15:12terry.reedycreate