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 sbt
Recipients belopolsky, chris.jerdonek, mcdonc, python-dev, sbt
Date 2012-09-10.20:22:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347308565.51.0.260444612017.issue15881@psf.upfronthosting.co.za>
In-reply-to
Content
Actually it is test.with_project_on_sys_path() in setuptools/commands/test.py that does the save/restore of sys.modules.  See

    http://www.eby-sarna.com/pipermail/peak/2010-May/003357.html
History
Date User Action Args
2012-09-10 20:22:45sbtsetrecipients: + sbt, belopolsky, mcdonc, chris.jerdonek, python-dev
2012-09-10 20:22:45sbtsetmessageid: <1347308565.51.0.260444612017.issue15881@psf.upfronthosting.co.za>
2012-09-10 20:22:45sbtlinkissue15881 messages
2012-09-10 20:22:44sbtcreate