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 Zectbumo
Recipients Zectbumo, eric.smith, mark.dickinson, steven.daprano
Date 2019-12-17.22:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576622542.03.0.237507194061.issue39079@roundup.psfhosted.org>
In-reply-to
Content
@eric.smith
It actually caused a problem and then turned into a curiosity. At the beginning I wanted to remind myself about the string module so I did a help(string). Then right after that I wrote a program that generated filenames from string.letters. I closed the python interpreter down and then reopened it and regenerated filenames again using string.letters. To my surprise I found the second iteration to come out with completely different results messing up my work. Once I found that help() was causing this problem and it became a curiosity because you would think help() would not modify anything. Obviously this problem is easy to work around in my case.
History
Date User Action Args
2019-12-17 22:42:22Zectbumosetrecipients: + Zectbumo, mark.dickinson, eric.smith, steven.daprano
2019-12-17 22:42:22Zectbumosetmessageid: <1576622542.03.0.237507194061.issue39079@roundup.psfhosted.org>
2019-12-17 22:42:22Zectbumolinkissue39079 messages
2019-12-17 22:42:21Zectbumocreate