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 romberg
Recipients Arfrever, brett.cannon, eric.smith, eric.snow, gregory.p.smith, isoschiz, ncoghlan, pconnell, romberg, superluser, theller
Date 2016-01-09.20:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452369987.15.0.419330175179.issue17633@psf.upfronthosting.co.za>
In-reply-to
Content
This patch modifies issue17633-hg.diff by adding changes suggested by the reviewers.

  Note.  I did cleanup the use of __import__ outside of the area involved with issue17633 as it seemed low risk.  The tests for issue17633 (and the refactored doTest/makeZip now use addCleanup().  However there are still tests in the module that use the old try/finally way of cleanup.  I did not modify these in order to keep this from being a rewrite of test_zipimport.

  But if more changes are desired, I'll add them.
History
Date User Action Args
2016-01-09 20:06:27rombergsetrecipients: + romberg, brett.cannon, theller, gregory.p.smith, ncoghlan, eric.smith, Arfrever, eric.snow, pconnell, isoschiz, superluser
2016-01-09 20:06:27rombergsetmessageid: <1452369987.15.0.419330175179.issue17633@psf.upfronthosting.co.za>
2016-01-09 20:06:27romberglinkissue17633 messages
2016-01-09 20:06:26rombergcreate