Message 186588 - Python tracker (original) (raw)
(Copied the nosy list from )
The new test module fails on Windows due to the lack of termios and pwd modules. Here's a patch that fixes things. I suspect the skip condition on UnixGetpassTest could be changed to check 'termios' rather than os.name, but I can't test that currently.
Thanks,
Zach