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 ncoghlan
Recipients dstufft, larry, loewis, ncoghlan, ned.deily, python-dev, tshepang
Date 2013-11-11.12:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384172603.2.0.323573469258.issue19406@psf.upfronthosting.co.za>
In-reply-to
Content
Aside from the default-install -> default-pip name change, the other fixes/changes between Donald's last patch and the committed version:

- added the missing docs for the new options
- updated What's New, ACKS, NEWS
- avoided repetition in the test code by using setUp and addCleanUp appropriately (this also prevented the earlier tests from altering os.environ)
- marked the .whl as binary in .hgeol
History
Date User Action Args
2013-11-11 12:23:23ncoghlansetrecipients: + ncoghlan, loewis, larry, ned.deily, tshepang, python-dev, dstufft
2013-11-11 12:23:23ncoghlansetmessageid: <1384172603.2.0.323573469258.issue19406@psf.upfronthosting.co.za>
2013-11-11 12:23:23ncoghlanlinkissue19406 messages
2013-11-11 12:23:23ncoghlancreate