diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-06-22 06:47:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-06-22 06:47:24 (GMT) |
commit | ec51eb7b2503681a3846f04a22e80fe635e957b6 (patch) | |
tree | 60fc676ce66ba7c145c091bd66adabbd79df8c67 /Doc | |
parent | b60adc54d4f248d71d831d14e11cc77fe72c281e (diff) | |
parent | 8550bd80ae1706f0683e4d0e6838bdf4930fefa4 (diff) | |
download | cpython-ec51eb7b2503681a3846f04a22e80fe635e957b6.zip cpython-ec51eb7b2503681a3846f04a22e80fe635e957b6.tar.gz cpython-ec51eb7b2503681a3846f04a22e80fe635e957b6.tar.bz2 |
merge 3.5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index dc55c65..8fc2f6c 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -356,8 +356,8 @@ unpackings (see :ref:`exprlists` and :ref:`dict`):: .. _whatsnew-pep-461: -PEP 461 - % formatting support for bytes and bytearray ------------------------------------------------------- +PEP 461 - percent formatting support for bytes and bytearray +------------------------------------------------------------ :pep:`461` adds support for the ``%`` :ref:`interpolation operator <bytes-formatting>` to :class:`bytes` |