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 Tester
Recipients Tester
Date 2018-10-27.23:49:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540684195.55.0.788709270274.issue35084@psf.upfronthosting.co.za>
In-reply-to
Content
The below "test.code1" is not base64 encoded. Though, it is a good file.

t:~$ python3 -m base64 -d test.code1
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.6/base64.py", line 602, in <module>
    main()
  File "/usr/lib/python3.6/base64.py", line 586, in main
    func(f, sys.stdout.buffer)
  File "/usr/lib/python3.6/base64.py", line 512, in decode
    s = binascii.a2b_base64(line)
binascii.Error: Incorrect padding
History
Date User Action Args
2018-10-27 23:49:55Testersetrecipients: + Tester
2018-10-27 23:49:55Testersetmessageid: <1540684195.55.0.788709270274.issue35084@psf.upfronthosting.co.za>
2018-10-27 23:49:55Testerlinkissue35084 messages
2018-10-27 23:49:55Testercreate