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 SilentGhost, roccosan, terry.reedy
Date 2019-04-04.17:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554398489.05.0.00968989930134.issue36524@roundup.psfhosted.org>
In-reply-to
Content
Rocco, please ask questions about Python on python-list or places like stackoverflow.com.  1. If python behavior puzzles you, the chance that it is a python bug is well less than 1 in 1000.  2. The answer you get will be much more visible to others who have similar questions.

Also, when you use the IDLE IDE to execute your python code, IDLE submits your code to a running python.exe process and displays the answer received from that process.  The answer is nearly always the same as when you submit the same code to python yourself.  'IDLE' is for questions about IDLE behavior rather than Python behavior.
History
Date User Action Args
2019-04-04 17:21:29terry.reedysetrecipients: + terry.reedy, SilentGhost, roccosan
2019-04-04 17:21:29terry.reedysetmessageid: <1554398489.05.0.00968989930134.issue36524@roundup.psfhosted.org>
2019-04-04 17:21:29terry.reedylinkissue36524 messages
2019-04-04 17:21:28terry.reedycreate