[issue9709] test_distutils warning: initfunc exported twice on Windows

Éric Araujo report at bugs.python.org
Tue Nov 30 06:24:15 CET 2010


Éric Araujo <merwok at netwok.org> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9709>
_______________________________________


More information about the Python-bugs-list mailing list