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 steven.daprano
Recipients joker, steven.daprano
Date 2021-07-28.06:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627455090.09.0.054529422805.issue44757@roundup.psfhosted.org>
In-reply-to
Content
Hi Joker.

Please don't post screenshots and images of code. It is difficult or impossible for the visually impaired and blind to view with a screen reader, and as we don't use Photoshop to edit code, it makes it hard to copy and run the code.

Your code is full of syntax errors. Out of three lines of code, I count that two of them will fail with a SyntaxError and the third is probably going to fail with ImportError.

What if, instead of calling `yaml.load`, I use something like `from yaml import load` or `import yaml as y` instead?
History
Date User Action Args
2021-07-28 06:51:30steven.dapranosetrecipients: + steven.daprano, joker
2021-07-28 06:51:30steven.dapranosetmessageid: <1627455090.09.0.054529422805.issue44757@roundup.psfhosted.org>
2021-07-28 06:51:30steven.dapranolinkissue44757 messages
2021-07-28 06:51:29steven.dapranocreate