Changes by David Kågedal <[EMAIL PROTECTED]>:
--
nosy: +d_kagedal
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3392>
___
__
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
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
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