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 ncoghlan
Recipients Rodolpho.Eckhardt, eric.araujo, gvanrossum, ncoghlan, pitrou, rbp, zbysz
Date 2010-11-21.03:46:30
SpamBayes Score 3.429863e-09
Marked as misclassified No
Message-id <1290311191.79.0.514094042734.issue10220@psf.upfronthosting.co.za>
In-reply-to
Content
Committed in r86633.

I added the missing docs changes, and tweaked the tests a little bit:
- added a helper method to retrieve the generator state in the test case
- this allowed test_running to be simplified a bit
- added an explicit test for the CREATED->CLOSED case
- renamed the test functions to match the existing idiom in test_inspect
History
Date User Action Args
2010-11-21 03:46:31ncoghlansetrecipients: + ncoghlan, gvanrossum, pitrou, rbp, eric.araujo, zbysz, Rodolpho.Eckhardt
2010-11-21 03:46:31ncoghlansetmessageid: <1290311191.79.0.514094042734.issue10220@psf.upfronthosting.co.za>
2010-11-21 03:46:30ncoghlanlinkissue10220 messages
2010-11-21 03:46:30ncoghlancreate