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 mark.dickinson
Recipients eric.smith, flox, mark.dickinson
Date 2009-12-05.17:13:30
SpamBayes Score 1.4818594e-05
Marked as misclassified No
Message-id <1260033213.15.0.889531552683.issue7435@psf.upfronthosting.co.za>
In-reply-to
Content
Looks fine to me.  I'd probably keep MyInt rather than MyLong in Lib/test/pickletester.py, and Int 
rather than Long in Lib/test/test_getargs2.py, but that's just a matter of renaming.

I note the major deletions in test_long;  maybe the remaining tests in test_long should be moved 
from there to test_int?

With this patch, all tests pass for me on OS X 10.6.

Eric, this patch affects a bunch of formatting tests, particularly in Lib/test/test_types.py;  I 
don't know whether you're trying to keep trunk and py3k formatting tests synchronized for ease of 
maintenance.  Are you?
History
Date User Action Args
2009-12-05 17:13:33mark.dickinsonsetrecipients: + mark.dickinson, eric.smith, flox
2009-12-05 17:13:33mark.dickinsonsetmessageid: <1260033213.15.0.889531552683.issue7435@psf.upfronthosting.co.za>
2009-12-05 17:13:31mark.dickinsonlinkissue7435 messages
2009-12-05 17:13:30mark.dickinsoncreate