Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'plenty': 0.07; 'problem:': 0.07; 'api': 0.09; "'s')": 0.16; '5:00': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'instance,': 0.17; 'examples': 0.18; 'are:': 0.20; 'fairly': 0.21; 'received:209.85.214.174': 0.21; 'split': 0.23; 'header:In-Reply- To:1': 0.25; 'looks': 0.26; 'am,': 0.27; 'subject:please': 0.27; 'message-id:@mail.gmail.com': 0.27; 'words': 0.29; 'fri,': 0.30; 'normally': 0.30; 'point': 0.31; 'version:': 0.33; 'to:addr :python-list': 0.33; 'likely': 0.33; 'received:google.com': 0.34; 'nov': 0.35; 'received:209.85': 0.35; 'except': 0.36; 'michael': 0.36; 'possible': 0.37; 'does': 0.37; '(for': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'most': 0.61; 'first': 0.61; 'our': 0.65; 'press': 0.71; 'gut': 0.84; 'conversation': 0.91; 'good,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BA32C+HyND2WW+J7kVmvlAZbHS5GhkoasmcJ6MUk3vA=; b=mg1qoRSknp+IgLqXdGZ2kmAXLGFfVYJiPAG3yv1B/bm4qQthg4eL+cNDQmxEPYkmPd aQQi/EGV4K5YFbJ+FLNMJ35a/OSjMsuxYUyDEVo6jgO2PIn1+aozIqRj11CgD1vCWeKo Pi6JxEx/wv7GzdhjAkBI3KrX7xnHNFad9IWYq5zxBikFzxHTsWT8vKmYz8TWgBU54wGI wYWvBQbHaw9DcXQtvbyhA6eeQWgLXKI+avTZz8w7Y2/HPMvXJi0OfTH5M35Glw/oJEpR j35xb+wg3ve+3mOpY0SJu5UQ9yQNL8GGCu1/IzjMNoZYpGlL3eOfw3Igy7Px+MEji4m4 4skQ== MIME-Version: 1.0 In-Reply-To: <818c157c-1395-441d-ad99-955a31b0d523@googlegroups.com> References: <3d71f175-164e-494c-a521-2eaa5679b524@googlegroups.com> <818c157c-1395-441d-ad99-955a31b0d523@googlegroups.com> Date: Fri, 23 Nov 2012 06:08:36 +1100 Subject: Re: 10 sec poll - please reply! From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list 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: 1353611318 news.xs4all.nl 6849 [2001:888:2000:d::a6]:55554 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33815 On Fri, Nov 23, 2012 at 5:00 AM, Michael Herrmann wrote: > In our gut feeling, the words apart from `type` that would most normally be used in an everyday conversation to express the three examples I have given in my first mail are: > press(CTRL + 'a') > enter("Hello World") > press(ENTER) Looks fairly good, except for one possible problem: The verb "enter" often means "type this, and then press the Enter key". (For instance, "open up a terminal/shell and enter this command".) Is that likely to be a point of confusion? It's plenty plausible either way. I like the multiple-keystrokes version: > press(ALT + 'f', 's') and the split API does make good sense. ChrisA