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 terry.reedy
Recipients amaury.forgeotdarc, loewis, scott_daniels, terry.reedy
Date 2011-01-01.02:34:56
SpamBayes Score 2.4640262e-06
Marked as misclassified No
Message-id <1293849298.22.0.505949419049.issue6285@psf.upfronthosting.co.za>
In-reply-to
Content
I verified the bug by creating a copy of idlelib/help.txt, making the new help entry, testing it, deleting the copy, and retesting -- IDLE silently disappears. (A copy is necessary because IDLE checks that the file exists and gives a similar message as in the patch before posting the new menu item.) I decided that since a file can get renamed, moved, or deleted for various reasons, failure to open it should be caught.

I them tested my patch, found and fixed an typo-error (yes, testing is good even for simple patches!), found and fixed another bug in one of the two functions, and committed.
r87598, r97599, r87600
History
Date User Action Args
2011-01-01 02:34:58terry.reedysetrecipients: + terry.reedy, loewis, scott_daniels, amaury.forgeotdarc
2011-01-01 02:34:58terry.reedysetmessageid: <1293849298.22.0.505949419049.issue6285@psf.upfronthosting.co.za>
2011-01-01 02:34:57terry.reedylinkissue6285 messages
2011-01-01 02:34:56terry.reedycreate