[Python-checkins] [python/cpython] d0620b: Add Python version since deprecation in base64 met...

GitHub noreply at github.com
Fri Mar 3 10:07:03 EST 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: d0620bcd4eb8b7bb39d7aedc3e434585959c3177
      https://github.com/python/cpython/commit/d0620bcd4eb8b7bb39d7aedc3e434585959c3177
  Author: Berker Peksag <berker.peksag at gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M Doc/library/base64.rst
    M Lib/base64.py
    M Lib/test/test_base64.py

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list