diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-05 08:16:41 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-05 08:16:41 (GMT) |
commit | 9ccc58113e805a3def5ca4c3cf0bd620c92fafde (patch) | |
tree | 7ffd689d11b1a35d15e94ffa3e8f42a223ddf8a1 /Doc/whatsnew | |
parent | 01fa86a0bd91fff8ca3954ac7691729e0aa3c7bc (diff) | |
download | cpython-9ccc58113e805a3def5ca4c3cf0bd620c92fafde.zip cpython-9ccc58113e805a3def5ca4c3cf0bd620c92fafde.tar.gz cpython-9ccc58113e805a3def5ca4c3cf0bd620c92fafde.tar.bz2 |
Fix markup errors.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index dfc158c..9590dce 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -894,7 +894,7 @@ changes, or look through the Subversion logs for all the details. giving the source address that will be used for the connection. (Contributed by Eldon Ziegler; :issue:`3972`.) - The :meth:`recv_into` and `recvfrom_into` methods will now write + The :meth:`recv_into` and :meth:`recvfrom_into` methods will now write into objects that support the buffer API, most usefully the :class:`bytearray` and :class:`memoryview` objects. (Implemented by Antoine Pitrou; :issue:`8104`.) |