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 gvanrossum
Recipients gvanrossum, sbstp, vstinner, yselivanov
Date 2016-02-21.00:36:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+02V8vnEouXaPTDCfAsJ0U-+8Ys4oVLHJ0_iA9JLy-yg@mail.gmail.com>
In-reply-to <1456014229.42.0.284680419361.issue26395@psf.upfronthosting.co.za>
Content
I won't make you go through the PEP process, but I do think it's a bad
idea to add this. After all datagrams aren't guaranteed to arrive, so,
whil I don't know what protocol you're trying to implement, I think
you're probably better off writing the whole thing as a
DatagramProtocol subclass that handles all incoming packets.

If you need help writing your app's code it's probably better to ask
around on a mailing list.
History
Date User Action Args
2016-02-21 00:36:37gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, sbstp
2016-02-21 00:36:37gvanrossumlinkissue26395 messages
2016-02-21 00:36:36gvanrossumcreate