[issue3392] subprocess fails in select when descriptors are large

2008-08-01 Thread David Kågedal
Changes by David Kågedal <[EMAIL PROTECTED]>: -- nosy: +d_kagedal ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3392> ___ __

[issue1311] os.path.exists(os.devnull) regression on windows

2007-10-23 Thread David Kågedal
David Kågedal added the comment: I tried it on two different machines, and got two different answers: conan$ /cygdrive/c/Python25/python -c 'import os.path; print os.path.exists("nul")' False conan$ /cygdrive/c/Python24/python -c 'import os.path; print os.path.ex

[issue1311] os.path.exists(os.devnull) regression on windows

2007-10-22 Thread David Kågedal
David Kågedal added the comment: It's called os.devnull, and nothing else. -- title: os.path.exists(os.devnul) regression on windows -> os.path.exists(os.devnull) regression on windows __ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue1311] os.path.exists(os.devnul) regression on windows

2007-10-22 Thread David Kågedal
New submission from David Kågedal: When moving from Python 2.4 to Python 2.5, my program stopped working on win32 because of a change in os.path.exists. I couldn't find any description of the change, so I can only assume it's a bug. The os.devnul variable contains the name of the