projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f4dd5
)
whatsnew: attribute base64 memoryview change to Nick.
author
R David Murray
<rdmurray@bitdance.com>
Wed, 26 Feb 2014 15:09:25 +0000
(10:09 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Wed, 26 Feb 2014 15:09:25 +0000
(10:09 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 7340dba21ce8c749672ce912a27963327b3fa757..c853ffd3a9763a5d146bf62e508bccbf0f2d3739 100644
(file)
--- a/
Doc/whatsnew/3.4.rst
+++ b/
Doc/whatsnew/3.4.rst
@@
-558,7
+558,8
@@
base64
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