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
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
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 = {}