]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Give the Windows socket wrapper function default values for its 'family'
authorTim Peters <tim.peters@gmail.com>
Thu, 29 May 2003 18:50:45 +0000 (18:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 29 May 2003 18:50:45 +0000 (18:50 +0000)
commit6de17d2ce334f88d601646694f6d7a6cbfa5416e
tree4ec4c21fa19919f8e471ea19ae4f3359ab4a3941
parenta0e0297bfd3ce53ab9f19596004e0130115678ed
Give the Windows socket wrapper function default values for its 'family'
and 'type' arguments.  This improves x-platform compatibility (e.g., on
Unix systems socket() already supported these default arguments).

No need to do anything here for 2.3 -- it already fixed this glitch in a
different way.
Lib/socket.py