Re: Re: [farm-report] Daily Snake Farm report

Tim Peters <[email protected]> Wed, 09 Oct 2002 03:59:29 -0400
Newsgroups gmane.comp.python.snake-farm.user
Message-ID <[email protected]>
[Anders Qvist]
> ...
>    check_all("ntpath")
>  File "../../python/dist/src/Lib/test/test___all__.py", line 15, 
> in check_all
>    exec "import %s" % modname in names
>  File "<string>", line 1, in ?
>  File "/home/quest/tmp/compile-
> python/python/dist/src/Lib/ntpath.py", line 482, in ?
>    supports_unicode_filenames = sys.getwindowsversion()[3] >= 2
> AttributeError: 'module' object has no attribute 'getwindowsversion'

Grrr.  I expect I just fixed this, but can't test it now on Linux for 
you.  The person who checked this change in probably didn't realize 
that ntpath was imported on any system other than Windows.  I'm 
surprised the bug went uncaught for so long!  (Ya, it was less than a 
day, but still ...)

Thank you for tracking this down, Anders!