Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'agree,': 0.07; '(is': 0.16; 'both.': 0.16; 'dictionaries': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'long.': 0.23; 'language.': 0.28; 'bit': 0.28; "i'm": 0.28; 'message- id:@mail.gmail.com': 0.29; 'pm,': 0.29; 'sun,': 0.30; 'quite': 0.31; 'there': 0.33; 'it.': 0.33; 'steven': 0.34; 'record': 0.34; 'declared': 0.34; 'safely': 0.34; 'widespread': 0.34; 'yet,': 0.34; 'to:addr:python-list': 0.35; 'regular': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'skip:" 10': 0.37; 'using': 0.37; 'received:209.85': 0.38; 'enough': 0.38; 'think': 0.38; 'word,': 0.39; 'received:209': 0.39; 'point': 0.40; 'might': 0.40; 'to:addr:python.org': 0.40; 'making': 0.64; 'domains': 0.73 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=RGwH1tlhJeMo7Lj7uuwvu8avFfr+0FEOpcHGlqbJlRU=; b=ijy9z3BC1ZWddVQ198RaDIhHjp7/D4YLaDgtvENc0YB0Uep+B3a7WQwnkMj1Bg0F6/ mHLvxKASJkYiy4gxpAofnc9JKRL2suyu7i3wezdPD9JMOhy8Idx94p2kRrE+gXUV33Vu KIO8+YLR1LwtmyjKyH3s+H0xZok2ktxMsjAU6nxx13F9g7VIUVlVWYEd1pvUeArOmxi2 1+zav+S7KkSwCu8NAAPjXnqoKBQmNKaumnTqGivT5ZKYYUbRengGwMkuXE3NuMGT05UW b6lP8Ud1zBj2/bBVD+VNQNljLLHYLV+m24OrtFvJ6ZaPuS5gbMjGY3xI9NQw8nkrad4X le6g== MIME-Version: 1.0 In-Reply-To: <4f6542f1$0$29981$c3e8da3$5496439d@news.astraweb.com> References: <4f612b19$0$1379$4fafbaef@reader2.news.tin.it> <50e9ceec-40f1-4ead-b2b6-87328b30d084@ow8g2000pbc.googlegroups.com> <4f61c828$0$1390$4fafbaef@reader2.news.tin.it> <4f61d728$0$1375$4fafbaef@reader2.news.tin.it> <4f61fd0a$0$1389$4fafbaef@reader2.news.tin.it> <4f6280a0$0$29981$c3e8da3$5496439d@news.astraweb.com> <4f6333ca$0$1392$4fafbaef@reader1.news.tin.it> <4f633a1a$0$29981$c3e8da3$5496439d@news.astraweb.com> <9sgsb1FsbpU1@mid.individual.net> <4f636a38$0$29981$c3e8da3$5496439d@news.astraweb.com> <9shd0kFvgbU1@mid.individual.net> <4f638b76$0$29981$c3e8da3$5496439d@news.astraweb.com> <9shj05FabeU1@mid.individual.net> <4f64fa18$0$1392$4fafbaef@reader1.news.tin.it> <4f6532e7$0$29981$c3e8da3$5496439d@news.astraweb.com> <4f6542f1$0$29981$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 18 Mar 2012 13:15:08 +1100 Subject: Re: Python is readable 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.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332036913 news.xs4all.nl 6880 [2001:888:2000:d::a6]:59086 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21848 On Sun, Mar 18, 2012 at 1:05 PM, Steven D'Aprano wrote: > I'm not sure if you're making a point there, or just a witty observation, > but for the record I would accept dictionaries adding "todo" as a jargon > entry. I don't think it is widespread enough to count as a regular word, > but if we can have "another", "anywhere", "nowhere" and "pocketbook", I > don't see why we might not someday have "todo". A bit of both. My point is: The jargon that is developed in specific domains (such as TODO, and the P-convention among Lispers, and so on) often ends up used outside it. Once people not associated with the original domain are using that jargon, it can be safely declared to be part of the language. TODO mightn't be there quite yet, but I agree, it's highly likely to be dictionarified (is THAT a word?) before long. ChrisA