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 eric.snow
Recipients brett.cannon, eric.snow, ncoghlan
Date 2015-05-28.22:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432852496.91.0.597570741784.issue24320@psf.upfronthosting.co.za>
In-reply-to
Content
In issue #23911 I worked around a bug [1] in pkg_resources (setuptools) which caused test_venv to fail when I split out importlib._bootstrap_external.  That bug has now been fixed so we just(?) need to update the version of pip we're bundling and remove the hack I put in as a workaround (see msg242440).

[1] https://bitbucket.org/pypa/setuptools/issue/378
History
Date User Action Args
2015-05-28 22:34:56eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan
2015-05-28 22:34:56eric.snowsetmessageid: <1432852496.91.0.597570741784.issue24320@psf.upfronthosting.co.za>
2015-05-28 22:34:56eric.snowlinkissue24320 messages
2015-05-28 22:34:56eric.snowcreate