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

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