Tests for twisted.internet.stdio.
| Variable | properEnv | A copy of os.environwhich hasbyteskeys/values on POSIX platforms and nativestrkeys/values on Windows. | 
| Class | StandardIOTestProcessProtocol | Test helper for collecting output from a child process and notifying something when it exits. | 
| Class | StandardInputOutputTests | No class docstring; 10/12 methods documented | 
os.environ
which has bytes
keys/values on POSIX platforms and native str
keys/values on Windows.