[issue30493] Increase coverage of base64

2017-05-28 Thread Lee Cannon
Lee Cannon added the comment: Suggested changes have been applied to the PR. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30493] Increase coverage of base64

2017-05-27 Thread Lee Cannon
Changes by Lee Cannon <leecan...@protonmail.com>: -- pull_requests: +1921 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30493> ___

[issue30493] Increase coverage of base64

2017-05-27 Thread Lee Cannon
New submission from Lee Cannon: Added tests to ensure a85decode correctly handles the 'y' character within the byte like object when foldspaces is true. While attempting to increase coverage I found two lines of code within base64.py that appear to never execute: - line 472 - line 501