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 Eric Appelt, barry, brett.cannon, doko, eric.snow, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2017-02-12.22:54:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486940072.58.0.371942510312.issue29514@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand how the table can make maintaining easier. You need to support multiple values in every branch even if the only one value is used. I'm sure unused values will became outdated pretty fast.

"alpha" and "beta" stages are not related here. The test should be skipped at these stages (I recommend to use skipTest() or the skipUnless() decorator rather than just make test always success). Magic number can be changed multiple times at "alpha" and "beta" stages. Release manager needs to update the test only when forming the first release candidate. And his should not do anything if the magic number was not changed in this feature release.
History
Date User Action Args
2017-02-12 22:54:32serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, doko, ncoghlan, petr.viktorin, eric.snow, Eric Appelt
2017-02-12 22:54:32serhiy.storchakasetmessageid: <1486940072.58.0.371942510312.issue29514@psf.upfronthosting.co.za>
2017-02-12 22:54:32serhiy.storchakalinkissue29514 messages
2017-02-12 22:54:32serhiy.storchakacreate