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 serhiy.storchaka
Recipients ezio.melotti, mark.dickinson, serhiy.storchaka
Date 2012-11-23.18:20:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353694824.93.0.265395841195.issue16543@psf.upfronthosting.co.za>
In-reply-to
Content
> +                (min == 1 ? "" : "s"), l);

In second part of patch should be "max". Reformat the code so that `min` and `(min == 1 ? "" : "s")` will be in one line and it will be more clear.
History
Date User Action Args
2012-11-23 18:20:25serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, ezio.melotti
2012-11-23 18:20:24serhiy.storchakasetmessageid: <1353694824.93.0.265395841195.issue16543@psf.upfronthosting.co.za>
2012-11-23 18:20:24serhiy.storchakalinkissue16543 messages
2012-11-23 18:20:24serhiy.storchakacreate