]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Oct 2011 14:17:50 +0000 (16:17 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Oct 2011 14:17:50 +0000 (16:17 +0200)
commit789e7ad918fe0f2eadd3702518b2f2cece6598c3
tree6463b1f8447fa482dd3d771cad57c61535041299
parent14c0f03b587e3ec9679cf19a0c5f598c45157429
parent586bfe4500465442acff5043f7b589e4a8b97b6a
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
as "The pipe is being closed") is now mapped to POSIX errno EPIPE
(previously EINVAL).
Misc/NEWS