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 rmsr
Recipients larry, rmsr
Date 2014-01-09.08:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389254600.21.0.692966775904.issue20203@psf.upfronthosting.co.za>
In-reply-to
Content
socket.sendto is apparently even weirder than addch or range: the optional argument is in the *middle*. Attempting this configuration gets me:

Function sendto has an unsupported group configuration. (Unexpected state 5)

An expected unexpected configuration? :)
History
Date User Action Args
2014-01-09 08:03:20rmsrsetrecipients: + rmsr, larry
2014-01-09 08:03:20rmsrsetmessageid: <1389254600.21.0.692966775904.issue20203@psf.upfronthosting.co.za>
2014-01-09 08:03:20rmsrlinkissue20203 messages
2014-01-09 08:03:19rmsrcreate