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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, serhiy.storchaka, taleinat, terry.reedy
Date 2014-02-16.15:08:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392563325.46.0.352105521636.issue20640@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds tests for Idle's configHelpSourceEdit.py module.

There is however, a minor issue related to this patch,which is an attribute error occurring due to lines 108,115,128,139 on http://hg.python.org/cpython/file/eef7899ea7ab/Lib/idlelib/configHelpSourceEdit.py 
The error occurring is an attribute error,wherein 'entryMenu' and 'entryPath' attributes are not found. Clearly,the two attributes are created in CreateWidgets() defined on lines 52 and 57.
Other attributes defined in the same CreateWidgets() like menu and path dont raise any attribute error.

I have asked the same in irc,where i was advised to post this patch with the issue mentioned.

Bear with me,i have tried a lot to overcome this issue,but no avail.Please let me know how to fix this.

The test other than this issue,should integrate well.
History
Date User Action Args
2014-02-16 15:08:45Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, taleinat, serhiy.storchaka
2014-02-16 15:08:45Saimadhav.Heblikarsetmessageid: <1392563325.46.0.352105521636.issue20640@psf.upfronthosting.co.za>
2014-02-16 15:08:45Saimadhav.Heblikarlinkissue20640 messages
2014-02-16 15:08:44Saimadhav.Heblikarcreate