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 terry.reedy
Date 2014-06-22.05:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403416245.17.0.0382058231746.issue21824@psf.upfronthosting.co.za>
In-reply-to
Content
When Demo/turtle/turtleDemo.py is run and the user selects any of the 3 Help menu entries, the filename is displayed in the test viewer instead of the file contents. The bug is that the 3 showxyz functions call textView.TextViewer directly, with the filename, instead of the viewfile function that opens and reads the file and passes the contents on to TextViewer.
History
Date User Action Args
2014-06-22 05:50:45terry.reedysetrecipients: + terry.reedy
2014-06-22 05:50:45terry.reedysetmessageid: <1403416245.17.0.0382058231746.issue21824@psf.upfronthosting.co.za>
2014-06-22 05:50:45terry.reedylinkissue21824 messages
2014-06-22 05:50:44terry.reedycreate