[issue14858] 'pysetup create' off-by-one when choosing classification maturity status interactively.

Todd DeLuca report at bugs.python.org
Sun May 27 02:01:12 CEST 2012


Todd DeLuca <todddeluca at gmail.com> added the comment:

I'm working on a  unit test and fix for a patch.  There are a couple other
possible bugs in the function that I coud fix (and test).  Should I submit
separate patches for each bug or one patch that fixes all 3 (small) bugs?
 Also should I open issues for each bug?

The other issues I could open are:

- the function forces you to choose a maturity status (instead of being
able to skip it)
- you can enter an out of range number (0) and it sets a valid value (the
last item in the list.).

Thanks for your advice.

Regards,
Todd

On Sat, May 26, 2012 at 1:02 AM, Éric Araujo <report at bugs.python.org> wrote:

>
> Éric Araujo <merwok at netwok.org> added the comment:
>
> distutils indeed supports 2.5-2.7.  The first proposed fix should be fine,
> what’s needed is a unit test (more info in the devguide).
>
> ----------
> stage: needs patch -> test needed
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue14858>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list