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 benjamin.peterson
Recipients belopolsky, benjamin.peterson, brandon-rhodes, ncoghlan
Date 2011-03-16.17:11:27
SpamBayes Score 1.4868606e-07
Marked as misclassified No
Message-id <AANLkTin2LZA-GbgRqxSGXac1PKK0J74v7okkatxYEkYN@mail.gmail.com>
In-reply-to <1300294905.38.0.152336126245.issue11572@psf.upfronthosting.co.za>
Content
2011/3/16 Nick Coghlan <report@bugs.python.org>:
>
> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>
> Alexander: the coverage problem in this case has to do with it incorrectly handling an "else:" clause on a loop (it doesn't adjust the expected target for an empty sequence to be the body of the else clause)
>
> Benjamin: the pragma question is probably worth bringing up on python-dev. In the long run, it would be best to merge coverage data from the test suites of all the major implementations and platforms, but in the meantime we need a way to mark when modules are "done" from the point of view of the CPython test suite.

There's really no precedent for it.
History
Date User Action Args
2011-03-16 17:11:27benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, belopolsky, brandon-rhodes
2011-03-16 17:11:27benjamin.petersonlinkissue11572 messages
2011-03-16 17:11:27benjamin.petersoncreate