Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44980

Re: Style question -- plural of class name?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject: -- ': 0.07; 'delimited': 0.09; 'subject:question': 0.10; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hyperlink': 0.16; 'roy': 0.16; 'subject:class': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'sort': 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'markup': 0.31; 'another': 0.32; 'style': 0.33; "i'd": 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'in:': 0.36; 'subject:?': 0.36; 'list': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'use.': 0.39; 'to:addr:python.org': 0.39; 'smith': 0.68; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=2A7eYrE3R2kanVruc3cQzi+uVEEqguVCV8PlcOstX0g=; b=oO0O3LAuirMbPuMcUIc5K3V76U+r3kfPAjnQelLbJHULXf6PERQ9RXIk9OeVFQLPL+ DpR5gkzWuos3b/7Q0CXQ4SZjDgVynWqaA1UTU30QqGjYj5FatvVik0ptRLMVWbP1qWfT AmMROeS9lksFMMrSuUVhU0jUEr5pLxhwMj1Bb6x8vRBtzhjJ8gh6j1dt66m3lD4XfhK1 57qoEuBgt6z7jNC1NGIKkY4qDqi2PiuvgVRAKUWOqmPwNv+V24EGWjdgc5M9nWkW9xi+ FvZAXJQNlC3lezfFnTdRR5d8xrGksTRNKUTxxYszB4lGncybz+o+NBXpAfG1eDV5kFxN t2UA==
MIME-Version 1.0
X-Received by 10.220.83.138 with SMTP id f10mr6381027vcl.7.1368058366241; Wed, 08 May 2013 17:12:46 -0700 (PDT)
In-Reply-To <kmec30$d12$1@panix2.panix.com>
References <kmec30$d12$1@panix2.panix.com>
Date Thu, 9 May 2013 10:12:46 +1000
Subject Re: Style question -- plural of class name?
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1469.1368058368.3114.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1368058368 news.xs4all.nl 15914 [2001:888:2000:d::a6]:39892
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:44980

Show key headers only | View raw


On Thu, May 9, 2013 at 6:20 AM, Roy Smith <roy@panix.com> wrote:
> "A list of FooEntry's"

Only if you put another apostrophe in:

"A list of 'FooEntry's"

But the delimited style is almost never of use. I'd go for this only
if there were some sort of automated markup being applied - if the
word FooEntry were turned into a hyperlink or something.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Style question -- plural of class name? roy@panix.com (Roy Smith) - 2013-05-08 16:20 -0400
  Re: Style question -- plural of class name? Skip Montanaro <skip@pobox.com> - 2013-05-08 15:33 -0500
    Re: Style question -- plural of class name? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-09 00:13 +0000
  Re: Style question -- plural of class name? John Downs <john.a.downs@gmail.com> - 2013-05-08 16:37 -0400
  Re: Style question -- plural of class name? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-08 14:45 -0600
  Re: Style question -- plural of class name? Denis McMahon <denismfmcmahon@gmail.com> - 2013-05-08 22:40 +0000
    Re: Style question -- plural of class name? Neil Cerutti <neilc@norwich.edu> - 2013-05-09 15:14 +0000
      Re: Style question -- plural of class name? Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2013-05-09 19:43 +0300
        Re: Style question -- plural of class name? Neil Cerutti <neilc@norwich.edu> - 2013-05-09 17:28 +0000
  Re: Style question -- plural of class name? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-08 19:45 -0400
  Re: Style question -- plural of class name? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-09 00:02 +0000
    Re: Style question -- plural of class name? Cameron Simpson <cs@zip.com.au> - 2013-05-09 10:42 +1000
  Re: Style question -- plural of class name? Chris Angelico <rosuav@gmail.com> - 2013-05-09 10:12 +1000
  Re: Style question -- plural of class name? "Colin J. Williams" <cjw@ncf.ca> - 2013-05-08 20:38 -0400
    Re: Style question -- plural of class name? Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2013-05-09 12:21 +0200
  Re: Style question -- plural of class name? Robert Kern <robert.kern@gmail.com> - 2013-05-09 18:44 +0100

csiph-web