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 THRlWiTi, lac, markroseman, terry.reedy, veky
Date 2019-01-24.04:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548304748.24.0.802039477195.issue25522@roundup.psfhosted.org>
In-reply-to
Content
Beginners import stdlib files such as random.  And they save scripts with such name, and accidentally import the script when not desired.

Beginners should learn how to test a script by running a test file provided by an instructor or written themselves.  In either case, they *will* have to import the script.
History
Date User Action Args
2019-01-24 04:39:10terry.reedysetrecipients: + terry.reedy, markroseman, THRlWiTi, veky, lac
2019-01-24 04:39:08terry.reedysetmessageid: <1548304748.24.0.802039477195.issue25522@roundup.psfhosted.org>
2019-01-24 04:39:08terry.reedylinkissue25522 messages
2019-01-24 04:39:08terry.reedycreate