J Raynor wrote:
I've created a python module called altpty that uses code from Openssh to implement openpty() and forkpty() functions. They should work across more platforms than the functions from the standard pty module.
Well done! You might want to announce that to c.l.p.a, and add it to PyPI, for wider distribution.
Regards, Martin