[issue22051] Turtledemo: stop reloading demos

2018-06-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue22051] Turtledemo: stop reloading demos

2014-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset b76d854f580e by Terry Jan Reedy in branch '2.7': Issue #22051: remove unneeded reload that allowed bad code. http://hg.python.org/cpython/rev/b76d854f580e New changeset 55d4f6c2be2d by Terry Jan Reedy in branch '3.4': Issue #22051: remove unneeded r

[issue22051] Turtledemo: stop reloading demos

2014-07-23 Thread Terry J. Reedy
New submission from Terry J. Reedy: I propose to remove the following two lines with 'reload' from turtledemo.__main__.py. from importlib import reload ... ... def loadfile(self, filename): ... reload(self.module) Reloading modules each time a demo is run allows and even encourages mod