]> granicus.if.org Git - python/commit
Add Python version since deprecation in base64 methods. (#33) (#430)
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 3 Mar 2017 15:07:01 +0000 (18:07 +0300)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 15:07:01 +0000 (18:07 +0300)
commitd0620bcd4eb8b7bb39d7aedc3e434585959c3177
tree116407876684df793f4e50afbbff8562a10e8046
parent0ad7b628edb95b29b630902842c500de5582e869
Add Python version since deprecation in base64 methods. (#33) (#430)

Allow developers to not have to either test on N Python versions or
looked through multiple versions of the docs to know whether they can
easily update.

(cherry picked from commit c643a967dd7d33ccefa5b61b38caf40b448057ce)
Doc/library/base64.rst
Lib/base64.py
Lib/test/test_base64.py