[issue30564] Base64 decoding gives incorrect outputs.

2017-06-04 Thread Monty Evans
Monty Evans added the comment: Ah, that is enlightening. It hadn't occured to me that you might want to allow for minor mistakes in the encoder - I must've missed that part of the standard. Thanks to both of you for cleari

[issue30564] Base64 decoding gives incorrect outputs.

2017-06-04 Thread Monty Evans
Changes by Monty Evans : -- components: +Library (Lib) ___ Python tracker <http://bugs.python.org/issue30564> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30564] Base64 decoding gives incorrect outputs.

2017-06-04 Thread Monty Evans
Changes by Monty Evans : Added file: http://bugs.python.org/file46923/b64_decoding.py ___ Python tracker <http://bugs.python.org/issue30564> ___ ___ Python-bugs-list m

[issue30564] Base64 decoding gives incorrect outputs.

2017-06-04 Thread Monty Evans
New submission from Monty Evans: Tested in Python 2.7 and 3.5 - the base64 module contains a couple of decoding methods, 'standard_b64decode()' and 'b66decode()' which incorrectly decode certain invalid base64 strings. This is outlined in detail here: "https://st

[issue30564] Base64 decoding gives incorrect outputs.

2017-06-04 Thread Monty Evans
Changes by Monty Evans : -- nosy: ShiftedBit priority: normal severity: normal status: open title: Base64 decoding gives incorrect outputs. type: behavior versions: Python 2.7, Python 3.5 ___ Python tracker <http://bugs.python.org/issue30