Ben Finney <ben+pyt...@benfinney.id.au>: > I had been hoping that I could simply wrap some stream in a simple > “convert what they actually type so it's upper case” text codec, > without fiddling at such a low operating-system specific level. This > is rather more esoteric than I had hoped.
If you run your program in a Linux terminal, you have to abide by the Linux terminal principles. It is not a simple Python matter. Echoing is performed by the terminal driver and not by the Python program. I do commend Python for having such complete coverage of Linux system facilities. Marko -- https://mail.python.org/mailman/listinfo/python-list