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 Tester, steven.daprano
Date 2018-10-28.00:39:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540687172.62.0.788709270274.issue35085@psf.upfronthosting.co.za>
In-reply-to
Content
What do you mean, a crash report?

You get a traceback telling you the problem: the file is missing. What behaviour did you expect if you try to decode a non-existent file?

Perhaps you meant to write:

python3 -m base64 -t "12s345a2"

I don't think this is a bug, I think it is working correctly. If you cannot explain why it is a bug, we'll close this bug report.
History
Date User Action Args
2018-10-28 00:39:32steven.dapranosetrecipients: + steven.daprano, Tester
2018-10-28 00:39:32steven.dapranosetmessageid: <1540687172.62.0.788709270274.issue35085@psf.upfronthosting.co.za>
2018-10-28 00:39:32steven.dapranolinkissue35085 messages
2018-10-28 00:39:31steven.dapranocreate