[issue21400] Code coverage documentation is out-of-date.

2015-04-14 Thread Heather McCartney
Heather McCartney added the comment: You're welcome! Thanks for the feedback, I've signed the PSF Contributor Form. -- ___ Python tracker <http://bugs.python.o

[issue21400] Code coverage documentation is out-of-date.

2014-09-01 Thread Heather McCartney
Heather McCartney added the comment: Here's a patch with a suggestion for the new text, with the part about the code coverage website removed. Once that part was gone, I found the remainder slightly easier to read when the options were presented the other way around, so the simpler (alt

[issue2064] List of Dicts problem

2008-02-11 Thread Heather
New submission from Heather: I have tried both Python 2.4.4 and 2.5.1 and for both, I get the following results when running the following code: IDLE 1.2.1 >>> class Style: stylename='' value='' >>> class Widget: styles = {}