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 terry.reedy
Recipients BreamoreBoy, Marcus.Smith, Saimadhav.Heblikar, dstufft, ncoghlan, paul.moore, peter.otten, rhettinger, steve.dower, terry.reedy
Date 2015-09-06.03:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441509903.08.0.00489111755165.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
You are right. While multiple info requests work, I found a test that fails. 'list' showed that I had Pillow 2.7.0.  'install -U Pillow' updated to 2.9.0'. 'list' again still showed 2.7.0. 'show Pillow' then failed because 2.7.0 could not be found.  After an install, we need to delete the one local reference to pip(.main), which should remain the only reference, and reload to refresh that cache.

There is an obscure bug in either python, pip, or tem_pip such that runpip('-h') silently crashes python in both console and Idle. I will try to localize it.
History
Date User Action Args
2015-09-06 03:25:03terry.reedysetrecipients: + terry.reedy, rhettinger, paul.moore, ncoghlan, peter.otten, BreamoreBoy, steve.dower, dstufft, Marcus.Smith, Saimadhav.Heblikar
2015-09-06 03:25:03terry.reedysetmessageid: <1441509903.08.0.00489111755165.issue23551@psf.upfronthosting.co.za>
2015-09-06 03:25:03terry.reedylinkissue23551 messages
2015-09-06 03:25:02terry.reedycreate