[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 <http://bugs.python.org/issue30493> ___ ___ Python-bugs-list m

[issue30493] Increase coverage of base64

2017-05-27 Thread Lee Cannon
Changes by Lee Cannon : -- pull_requests: +1921 ___ Python tracker <http://bugs.python.org/issue30493> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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