This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python 2.5 "What's New" document contains socket errors
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: exarkun, georg.brandl
Priority: normal Keywords: patch

Created on 2007-03-17 22:20 by exarkun, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg52260 - (view) Author: Jean-Paul Calderone (exarkun) * (Python committer) Date: 2007-03-17 22:20
http://docs.python.org/whatsnew/modules.html talks about two new socket methods, recv_buf(buffer) and recvfrom_buf(buffer).  I suppose it means to be talking about recv_into and recvfrom_into.
msg52261 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-18 08:29
Fixed in rev. 54426, 54427 (2.5).
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44736
2007-03-17 22:20:54exarkuncreate