]> granicus.if.org Git - python/commit
Don't try to access sys.getwindowsversion unless it exists (ntpath is
authorTim Peters <tim.peters@gmail.com>
Wed, 9 Oct 2002 07:56:04 +0000 (07:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 9 Oct 2002 07:56:04 +0000 (07:56 +0000)
commit26bc25a6c4c377f553ff401dd993d8196da9438d
tree238711fd06a27e319550396ebfc3933b092486de
parent2a182dbf3f2520ad753792068391775d102b13df
Don't try to access sys.getwindowsversion unless it exists (ntpath is
imported on systems other than Windows, and in particular is imported
by test___all__; the compile farm reported that all Linux tests failed
due to this; isn't anyone in PythonDevLand running CVS on Linux?!).
Lib/ntpath.py