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 socketpair
Recipients abarry, berker.peksag, mark.dickinson, martin.panter, serhiy.storchaka, socketpair
Date 2016-07-28.08:33:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469694829.2.0.432536596922.issue27638@psf.upfronthosting.co.za>
In-reply-to
Content
1. Yes 'host' is the same as sys.buteorder
2. Yes, 'net' is the same as 'big'
3. See `struct` module: it have '!' for those who forgot which order is `network`. In most cases (i.e. some protocols or formats) 'network' order is used.
4. Support of new values will actually slightly complicate code. I will say just change, not complicte.
5. This patch will add two extra string comparings. This should not slowdown current implementation significantly. I can benchmark it.
History
Date User Action Args
2016-07-28 08:33:49socketpairsetrecipients: + socketpair, mark.dickinson, berker.peksag, martin.panter, serhiy.storchaka, abarry
2016-07-28 08:33:49socketpairsetmessageid: <1469694829.2.0.432536596922.issue27638@psf.upfronthosting.co.za>
2016-07-28 08:33:49socketpairlinkissue27638 messages
2016-07-28 08:33:49socketpaircreate