Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11596
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "Martin P. Hellwig" <martin.hellwig@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Ten rules to becoming a Python community member. |
| Date | Tue, 16 Aug 2011 19:37:49 +0100 |
| Organization | A noiseless patient Spider |
| Lines | 39 |
| Message-ID | <4E4AB8FD.9080406@gmail.com> (permalink) |
| References | <39e8985a-a0c1-487f-8f87-4e39d120c14b@h9g2000vbr.googlegroups.com> <87cb1497-9aa2-4213-b721-055bf31e10a1@m18g2000vbl.googlegroups.com> <mailman.2286.1313359295.1164.python-list@python.org> <c5ad29ff-75f4-4b55-b009-00259262beb4@cf8g2000vbb.googlegroups.com> <9att2bF710U1@mid.individual.net> <1ca7c139-cd1f-4c09-830d-881f8881cdf1@bl1g2000vbb.googlegroups.com> <f9e7c108-9ab2-490d-b0c6-ea850b4221df@w18g2000yqc.googlegroups.com> <0c41b5fa-55f0-4086-a279-bec1847f9177@w18g2000yqc.googlegroups.com> <mailman.91.1313517561.27778.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Info | mx04.eternal-september.org; posting-host="TM/cvFyoLRPSXj5dNp61cQ"; logging-data="15409"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX193+kLyre/DvaealirfRWFE" |
| User-Agent | Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110301 Thunderbird/3.1.7 |
| In-Reply-To | <mailman.91.1313517561.27778.python-list@python.org> |
| Cancel-Lock | sha1:pFkvKGWfZcpuPiNvZmrd3FhK+qM= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11596 |
Show key headers only | View raw
On 16/08/2011 18:51, Prasad, Ramit wrote: >> Incorrect past tense usage of "used to": >> """ I "used to" wear wooden shoes """ > >> Incorrect description using "used to": >> """ I have become "used to" wearing wooden shoes """ > >> Correct usage of "used to": >> """ Wooden shoes can be "used to" torture someone """ > > Double you tee eff? Maybe this is a cultural language difference, but I believe all of the above are correct. Well, I am not sure about the middle one but the other two are valid. > Well admittedly English isn't my native language, But indeed all sentences seem correct to me. With the first sentence meaning: in the past I wore wooden shoes, but presently I do not. With the second sentence meaning: in the past I was not used to (i.e. uncomfortable, hey bonus points!) wearing wooden shoes, but presently I am used to it (although not necessarily comfortable, but at least not uncomfortable). I actually can't figure out a way of saying those two sentences more concise or correct then it has been given. But then again I do recognize that these are quite 'Germanic'* ways of constructing sentences, as in freely mixing past, present and future to indicate that a certain description is restricted to a specific time frame. * For the lack of a better description, I am not a linguist, but I was born in Germany and I am often guilty of mixing times. Also RR, congratualation to another troll post that turned out quite interesting :-) -- mph
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-13 22:57 -0700
Re: Ten rules to becoming a Python community member. Andrew Berg <bahamutzero8825@gmail.com> - 2011-08-14 02:54 -0500
Re: Ten rules to becoming a Python community member. Alister Ware <alister.ware@ntlworld.com> - 2011-08-14 10:58 +0000
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 13:08 +0100
Re: Ten rules to becoming a Python community member. Seebs <usenet-nospam@seebs.net> - 2011-08-14 08:07 +0000
Re: Ten rules to becoming a Python community member. Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-08-14 15:21 +0200
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 14:46 +0100
Re: Ten rules to becoming a Python community member. harrismh777 <harmar@member.fsf.org> - 2011-08-14 15:11 -0500
Re: Ten rules to becoming a Python community member. Neil Cerutti <neilc@norwich.edu> - 2011-08-15 12:06 +0000
Re: Ten rules to becoming a Python community member. MRAB <python@mrabarnett.plus.com> - 2011-08-15 17:44 +0100
Re: Ten rules to becoming a Python community member. Neil Cerutti <neilc@norwich.edu> - 2011-08-15 17:14 +0000
Re: Ten rules to becoming a Python community member. Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-08-16 12:52 +1200
Re: Ten rules to becoming a Python community member. MRAB <python@mrabarnett.plus.com> - 2011-08-16 02:59 +0100
Re: Ten rules to becoming a Python community member. Roy Smith <roy@panix.com> - 2011-08-15 22:01 -0400
Re: Ten rules to becoming a Python community member. Seebs <usenet-nospam@seebs.net> - 2011-08-16 02:33 +0000
Re: Ten rules to becoming a Python community member. Kevin Walzer <kw@codebykevin.com> - 2011-08-14 11:23 -0400
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-14 10:21 -0700
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 18:38 +0100
Re: Ten rules to becoming a Python community member. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-15 10:56 +1000
Re: Ten rules to becoming a Python community member. Seebs <usenet-nospam@seebs.net> - 2011-08-15 04:28 +0000
Re: Ten rules to becoming a Python community member. Tim Chase <python.list@tim.thechases.com> - 2011-08-14 14:50 -0500
Re: Ten rules to becoming a Python community member. Dave Angel <davea@ieee.org> - 2011-08-14 18:01 -0400
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-14 18:35 -0700
Re: Ten rules to becoming a Python community member. Christophe Chong <christophechong@gmail.com> - 2011-08-14 22:01 -0700
Re: Ten rules to becoming a Python community member. Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-08-16 12:48 +1200
Re: Ten rules to becoming a Python community member. Roy Smith <roy@panix.com> - 2011-08-15 20:57 -0400
Re: Ten rules to becoming a Python community member. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-16 11:53 +1000
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-15 21:50 -0700
Re: Ten rules to becoming a Python community member. alex23 <wuwei23@gmail.com> - 2011-08-16 00:07 -0700
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 08:06 -0700
RE: Ten rules to becoming a Python community member. "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2011-08-16 13:51 -0400
Re: Ten rules to becoming a Python community member. "Martin P. Hellwig" <martin.hellwig@gmail.com> - 2011-08-16 19:37 +0100
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-16 19:42 +0100
Re: Ten rules to becoming a Python community member. MRAB <python@mrabarnett.plus.com> - 2011-08-16 20:03 +0100
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 13:13 -0700
Re: Ten rules to becoming a Python community member. David Monaghan <monaghand.david@gmail.com> - 2011-08-16 22:55 +0100
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 16:12 -0700
Re: Ten rules to becoming a Python community member. John Gordon <gordon@panix.com> - 2011-08-16 23:25 +0000
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 16:50 -0700
Re: Ten rules to becoming a Python community member. John Gordon <gordon@panix.com> - 2011-08-17 00:33 +0000
Re: Ten rules to becoming a Python community member. Tim Chase <python.list@tim.thechases.com> - 2011-08-16 20:02 -0500
Re: Ten rules to becoming a Python community member. Chris Kaynor <ckaynor@zindagigames.com> - 2011-08-16 18:09 -0700
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 18:47 -0700
Re: Ten rules to becoming a Python community member. SigmundV <sigmundv@gmail.com> - 2011-08-17 15:48 -0700
Re: Ten rules to becoming a Python community member. David Monaghan <monaghand.david@gmail.com> - 2011-08-17 00:43 +0100
Re: Ten rules to becoming a Python community member. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-17 11:14 +1000
Re: Ten rules to becoming a Python community member. "Martin P. Hellwig" <martin.hellwig@butterfly.uk.com> - 2011-08-16 19:37 +0100
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 23:57 +0100
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-14 18:40 -0700
csiph-web