]> granicus.if.org Git - python/commit
Add Python version since deprecation in base64 methods. (#33)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Thu, 2 Mar 2017 14:21:26 +0000 (06:21 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 2 Mar 2017 14:21:26 +0000 (17:21 +0300)
commitc643a967dd7d33ccefa5b61b38caf40b448057ce
treedbd3e5ea14a08efc58b5e30ba2e8a55346344604
parent698845eba71f98d11671f2e1af6dac2f54a3751d
Add Python version since deprecation in base64 methods. (#33)

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.
Doc/library/base64.rst
Lib/base64.py
Lib/test/test_base64.py