]> granicus.if.org Git - python/commit
Merged revisions 73916 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 9 Jul 2009 22:44:11 +0000 (22:44 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 9 Jul 2009 22:44:11 +0000 (22:44 +0000)
commitace3102131b29081119050dff4e229a58a487976
treee500a0daf5fc247676d427033571f49d7d556e6f
parent414c91f7e4917657806e6f80ad19cc752907ff2c
Merged revisions 73916 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73916 | amaury.forgeotdarc | 2009-07-10 00:37:22 +0200 (ven., 10 juil. 2009) | 5 lines

  #6416: Fix compilation of the select module on Windows, as well as test_subprocess:
  PIPE_BUF is not defined on Windows, and probably has no meaning there.

  Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
........
Doc/library/select.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Modules/selectmodule.c