Staging
v0.5.1
https://github.com/python/cpython
Revision c97e402a4c1e6d4012068f3d070cd676fa9bb48a authored by Miss Islington (bot) on 11 September 2020, 15:35:23 UTC, committed by GitHub on 11 September 2020, 15:35:23 UTC

Update the sentence to provide some context on why network byte order is defined as big endian.
(cherry picked from commit fb2718720346c8c7a0ad2d7477f20e9a5524ea0c)

Co-authored-by: Stargirl Flowers <theaflowers@google.com>
1 parent 7af6bf4
Raw File
Tip revision: c97e402a4c1e6d4012068f3d070cd676fa9bb48a authored by Miss Islington (bot) on 11 September 2020, 15:35:23 UTC
[doc] struct: update note about network byte order form to be more helpful (GH-22201)
Tip revision: c97e402
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/unittest/__pycache__',
                                     u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'build',
                                     u'Doc/build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top