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 slinkp
Recipients hoffman, loewis, slinkp
Date 2008-04-25.14:16:51
SpamBayes Score 0.005060878
Marked as misclassified No
Message-id <1209133017.5.0.909185534323.issue1180@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an alternate patch that uses a bit of dependency injection to
avoid the need for monkeypatches in setup/teardown. This means some
trivial changes to Distribution.__init__().  I slightly prefer this
approach, but some might argue it's an example of "test logic in
production".

I also added a line about the new option in Doc/install/index.rst.

Since I don't have checkin privileges, I will stop here. Can somebody
upstream (Martin?) please take one of these patches and apply it? Or
suggest further changes to either of these patches?  Or ... ?
Thanks.
History
Date User Action Args
2008-04-25 14:17:00slinkpsetspambayes_score: 0.00506088 -> 0.005060878
recipients: + slinkp, loewis, hoffman
2008-04-25 14:16:57slinkpsetspambayes_score: 0.00506088 -> 0.00506088
messageid: <1209133017.5.0.909185534323.issue1180@psf.upfronthosting.co.za>
2008-04-25 14:16:56slinkplinkissue1180 messages
2008-04-25 14:16:55slinkpcreate