[Python-checkins] cpython: whatsnew: attribute base64 memoryview change to Nick.

r.david.murray python-checkins at python.org
Fri Feb 28 00:12:08 CET 2014


http://hg.python.org/cpython/rev/f6a82cbff9d2
changeset:   89411:f6a82cbff9d2
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Feb 26 10:09:25 2014 -0500
summary:
  whatsnew: attribute base64 memoryview change to Nick.

files:
  Doc/whatsnew/3.4.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -558,7 +558,8 @@
 
 The encoding and decoding functions in :mod:`base64` now accept any
 :term:`bytes-like object` in cases where it previously required a
-:class:`bytes` or :class:`bytearray` instance (:issue:`17839`).
+:class:`bytes` or :class:`bytearray` instance.  (Contributed by Nick Coghlan in
+:issue:`17839`.)
 
 
 colorsys

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list