[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

Paul Winkler report at bugs.python.org
Fri Apr 25 16:16:57 CEST 2008


Paul Winkler <pw_lists at slinkp.com> added the comment:

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.

Added file: http://bugs.python.org/file10105/python_distutils_1180_2.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1180>
__________________________________


More information about the Python-bugs-list mailing list