Friday, October 30, 2015

stdin, stdout, and stderr in python

these are part of standard operating system design. When a process starts, it initializes three essential handles to read write data: stdin, stdout, and stderror. if a program want to use these handles, they can use it.

No comments:

Post a Comment