Issue 1682878: Python 2.5 "What's New" document contains socket errors (original) (raw)

Issue1682878

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:23 admin set github: 44736
2007-03-17 22:20:54 exarkun create