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.

Author pitrou
Recipients christian.heimes, cvrebert, ezio.melotti, giampaolo.rodola, koobs, ncoghlan, offby1, pefu, pitrou, python-dev, r.david.murray, rmsr, skrah
Date 2014-02-26.11:28:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393414123.81.0.563628234327.issue20246@psf.upfronthosting.co.za>
In-reply-to
Content
recvfrom_into() is hardly ever used, including in the stdlib itself.
People using third-party software should check that the software itself doesn't call this method (chances are it doesn't).
History
Date User Action Args
2014-02-26 11:28:43pitrousetrecipients: + pitrou, pefu, ncoghlan, giampaolo.rodola, christian.heimes, rmsr, ezio.melotti, r.david.murray, cvrebert, skrah, offby1, python-dev, koobs
2014-02-26 11:28:43pitrousetmessageid: <1393414123.81.0.563628234327.issue20246@psf.upfronthosting.co.za>
2014-02-26 11:28:43pitroulinkissue20246 messages
2014-02-26 11:28:43pitroucreate