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 Cross!Alex21, j-rewerts, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-07-30.17:22:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532971335.11.0.56676864532.issue34258@psf.upfronthosting.co.za>
In-reply-to
Content
Again, that RESTART line is NOT an error.  IDLE's prompt is not displayed until your program is completely done.  It initially pauses on the second line 'check = input()', waiting for user input.

Start with a one-line file:

print('Hello to my game')

Run that and you will see the prompt.
History
Date User Action Args
2018-07-30 17:22:15terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, Cross!Alex21, j-rewerts
2018-07-30 17:22:15terry.reedysetmessageid: <1532971335.11.0.56676864532.issue34258@psf.upfronthosting.co.za>
2018-07-30 17:22:15terry.reedylinkissue34258 messages
2018-07-30 17:22:15terry.reedycreate