]> granicus.if.org Git - python/commit
Issue #10041: The signature of optional arguments in socket.makefile()
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 16:17:14 +0000 (16:17 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 16:17:14 +0000 (16:17 +0000)
commit834bd81c51568c12d8dc7ff77025d6a61d5ce7e1
treed624b4d8ec3b0ea36edb47486bdd0bfa6184b8c6
parentf2b1909e0f5df130872afef219b69c833a5750b2
Issue #10041: The signature of optional arguments in socket.makefile()
didn't match that of io.open(), and they also didn't get forwarded
properly to TextIOWrapper in text mode.  Patch by Kai Zhu.
Doc/library/socket.rst
Lib/socket.py
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS