[Paul Moore]
> I've just managed to get Python built using the free MS compiler and
> tools (yay! full instructions to follow somewhere - probably the wiki
> and maybe as a patch to PCBuild\readme.txt)
>
> There's one thing that puzzled me - test_sundry is marked as an
> "unexpected skip". As it imports tty, which imports termios, which
> doesn't exist on Windows, I'd imagine that this is an expected skip.
>
> Is this just something people are used to ignoring, or have I got a
> build issue I missed?

You didn't say from where, or when, you got the Python source code. 
Someone recently added a bare "import tty" to test_sundry on the
trunk, without realizing that would cause test_sundry to get skipped
on Windows.  I repaired that on the trunk about 12 hours ago, in
revision 45332.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to