summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-05 08:21:29 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-05 08:21:29 (GMT)
commit9de5a41add07f4c7aec750b8b73709deaa95284e (patch)
tree9ff0f3ee748cce54b0b84a594eda124c79efc842 /Doc/whatsnew
parent079d5ed6f8986ff8a6b3d36a750e82e07c16737e (diff)
downloadcpython-9de5a41add07f4c7aec750b8b73709deaa95284e.zip
cpython-9de5a41add07f4c7aec750b8b73709deaa95284e.tar.gz
cpython-9de5a41add07f4c7aec750b8b73709deaa95284e.tar.bz2
Merged revisions 79788 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79788 | ezio.melotti | 2010-04-05 11:16:41 +0300 (Mon, 05 Apr 2010) | 1 line Fix markup errors. ........
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 406588d..205d232 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -848,7 +848,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`.)