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 Mithil
Recipients Mithil, steven.daprano
Date 2020-10-18.22:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603061541.73.0.979964105265.issue42075@roundup.psfhosted.org>
In-reply-to
Content
I ran the file that you linked and this is what it printed.

C:\Users\mithi\p\test\file.py:3: UserWarning: Danger danger danger Will Robinson!!!
  warnings.warn(

As you see, the warnings.warn( line is not desirable.
More details about my machine -
Windows 10
python 3.9.0

I have also tried running this with Python 3.10.0a1. Same result.
History
Date User Action Args
2020-10-18 22:52:21Mithilsetrecipients: + Mithil, steven.daprano
2020-10-18 22:52:21Mithilsetmessageid: <1603061541.73.0.979964105265.issue42075@roundup.psfhosted.org>
2020-10-18 22:52:21Mithillinkissue42075 messages
2020-10-18 22:52:21Mithilcreate