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.araujo
Recipients brian.curtin, eric.araujo, loewis, mhammond, skrah, tarek
Date 2010-11-30.05:24:14
SpamBayes Score 7.543172e-07
Marked as misclassified No
Message-id <1291094655.98.0.885038142076.issue9709@psf.upfronthosting.co.za>
In-reply-to
Content
The policy for distutils is: no changes, only bug fixes.  We cannot remove a function, even useless.  Deprecating does not seem useful if we aren’t going to remove.  Changing the docstring, the docs or the output of the code is okay.  Therefore, initfunc2.patch is the way to go.  Can you add a test for its behavior?
History
Date User Action Args
2010-11-30 05:24:16eric.araujosetrecipients: + eric.araujo, loewis, mhammond, tarek, brian.curtin, skrah
2010-11-30 05:24:15eric.araujosetmessageid: <1291094655.98.0.885038142076.issue9709@psf.upfronthosting.co.za>
2010-11-30 05:24:14eric.araujolinkissue9709 messages
2010-11-30 05:24:14eric.araujocreate