On Tue, Feb 10, 2015 at 3:02 AM, Alan Gauld <alan.ga...@btinternet.com> wrote:
> msvcrt wraps the Microsoft Vis C Runtime functions which don't
> include positional commands.
>
> Conio was a DOS library developed by the compiler makers as a way to access
> the BIOS calls and has a gotoXY() and similar functions. It first appeared,
> as I recall, in Turbo Pascal but was later picked
> up by the C compilers as well.
> There are at least 2 libraries on PyPi that simulate conio

OK, the only conio I was aware of was the conio.h API provided by
various C runtime libraries on Windows, as described here:

https://en.wikipedia.org/wiki/Conio.h
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to