376
390
raise RunError(prog, ret)
383
398
except OSError, (err, msg):
388
403
"""Prompts the user for a string, which is read from a line of stdin.
389
404
Exits silently if EOF is encountered. Returns the string, with spaces
390
405
removed from the beginning and end.
395
411
val = sys.stdin.readline()
396
412
except KeyboardInterrupt: