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 zach.ware
Recipients berker.peksag, python-dev, serhiy.storchaka, zach.ware
Date 2014-07-16.19:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405539422.19.0.331271669521.issue21918@psf.upfronthosting.co.za>
In-reply-to
Content
Committed, thanks for the reviews!

I had modeled load_tests after test_json's load_tests.  The idiom used in test_email causes a warning from regrtest about sys.path being modified, so I modified the idiom slightly and used that.  I have declined to backport the patch to 2.7; it's more trouble than it's worth to me.
History
Date User Action Args
2014-07-16 19:37:02zach.waresetrecipients: + zach.ware, python-dev, berker.peksag, serhiy.storchaka
2014-07-16 19:37:02zach.waresetmessageid: <1405539422.19.0.331271669521.issue21918@psf.upfronthosting.co.za>
2014-07-16 19:37:02zach.warelinkissue21918 messages
2014-07-16 19:37:01zach.warecreate