On 11/20/2012 11:09 AM, John Gordon wrote: > In <[email protected]> Michael Herrmann > <[email protected]> writes: > >> What, in your view, would be the most intuitive alternative name? > keyboard_input(). >
Well, since Python already has input() and raw_input(), it would then be clear that keyboard_input() would take some kind of data from the keyboard, not send it. -- DaveA -- http://mail.python.org/mailman/listinfo/python-list
