I've been looking through the 2.7 branch of cpython and can't seem to find any reference to it.
1 Answer
Here it is: https://github.com/python/cpython/blob/2.7/Python/bltinmodule.c (search for builtin_raw_input)
Here it is: https://github.com/python/cpython/blob/2.7/Python/bltinmodule.c (search for builtin_raw_input)
input(): hg.python.org/cpython/file/dd1dffe6f0d2/Python/…