Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.178 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.65; '*S*': 0.01; 'python': 0.09; 'cc:addr :python-list': 0.10; '11:09': 0.16; 'wrote:': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'subject:please': 0.27; 'name?': 0.29; 'writes:': 0.29; 'clear': 0.35; 'michael': 0.36; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'john': 0.60; 'most': 0.61; 'kind': 0.61; 'header :Reply-To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'received:74.208.4.194': 0.84; 'to:addr:gordon': 0.84 Date: Tue, 20 Nov 2012 11:19:30 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: John Gordon Subject: Re: 10 sec poll - please reply! References: <3d71f175-164e-494c-a521-2eaa5679b524@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:t9OyLvaUoQjLTMOTrzXEEurB4KdC4OLXh5acCpYoEfh yfslnKGwhdyXLmr42tonaxmUHizBxo4pYwbA6RqloIBvl8bfwj wG217PjfivzT0I1koXhoc2xEo+6V8ectyaWFOf587hz77m3GI+ Jg9EU2H8VGSPnThcm9V0kRX2Cu6AjK+YYuzFh/Plqrjwnl8BN/ 8tR7GDy8xC5rrkX1W7kkEjyFA8CKVl8Q/FMMSpb/6wibLbgY1d 7S8N9md6BJg8QKIzKtm+LSL61Z8TG0In2jsLyTrkwI7INuG5ZI /7Rud4bEEFZay6qObax8o+F8eIjtNgptXbihvvFtRM1bJGlaw= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: d@davea.name List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1353428391 news.xs4all.nl 6911 [2001:888:2000:d::a6]:35342 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33631 On 11/20/2012 11:09 AM, John Gordon wrote: > In <3d71f175-164e-494c-a521-2eaa5679b524@googlegroups.com> Michael Herrmann 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