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 larry
Recipients larry, rmsr
Date 2014-01-10.01:42:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389318156.18.0.0953983880513.issue20203@psf.upfronthosting.co.za>
In-reply-to
Content
Oh <expletive deleted>.

socket.sendto can't currently be converted to Argument Clinic.  There's legacy, and then there's the cruelty that only 1993-style argument parsing can inflict.  (socket.sendto's argument parsing was checked in in revision ac3c80abbf43 from 1993 by Guido.)

I'll keep it in mind for the future, but it's really pretty twisted.
History
Date User Action Args
2014-01-10 01:42:36larrysetrecipients: + larry, rmsr
2014-01-10 01:42:36larrysetmessageid: <1389318156.18.0.0953983880513.issue20203@psf.upfronthosting.co.za>
2014-01-10 01:42:36larrylinkissue20203 messages
2014-01-10 01:42:35larrycreate