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


Groups > comp.lang.python > #28976

Re: Single leading dash in member variable names?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
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; 'received:mail- lpp01m010-f46.google.com': 0.09; 'sep': 0.09; '"this': 0.13; 'subject:Single': 0.16; 'subject:member': 0.16; 'subject:variable': 0.16; 'wrote:': 0.17; 'documented': 0.17; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'class': 0.29; 'maybe': 0.29; 'received:209.85.215.46': 0.30; 'could': 0.32; '11,': 0.33; 'to:addr:python-list': 0.33; 'another': 0.33; 'changed': 0.34; 'received:google.com': 0.34; 'otherwise.': 0.35; 'pm,': 0.35; 'subject:?': 0.35; 'similar': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'detail': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'more': 0.63; 'subject:leading': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=vs+EeR5tUiAx/dznOPDOqLk09SAwPW7P0QNOd5K0qek=; b=YmboVJRuPOcEjFJonHEAstwexsHm9qfR8BexT5tbvQ4kjn4r1WqdAxDFi70YzfUnYs mObHxw7CaXoUqTlxeJtlRuB9CemMv97yFq2lY077DubjZ95exnW6OSyM8l7urKQN+156 lRw8Utpl5wvZsXb6i+BLWSNi6V+RMpF1XLDkds1fcYFrNg3UrpjkvxxZztrPhIWd39Pa nMnhLD4u/9QDZYSajmpnLBYHZWzfnGtMNQMSj+FtBwhVtgvMMcmS5fJuKBHjHHsXDEtp 2H8688GbUUE6beEMEXB/zQTjy2W47QnSrVIHB97COih0xrqf3R/vclTSyGdS7QuwFRm0 1PFg==
MIME-Version 1.0
In-Reply-To <CA+vVgJXiFK2br2V05kzc0ZEwk+d7oUY3RuC+NrX=9JqjkbkPNA@mail.gmail.com>
References <2cb240e2-7992-44eb-84cf-1aba5a411ee4@googlegroups.com> <mailman.514.1347390405.27098.python-list@python.org> <mailman.516.1347396810.27098.python-list@python.org> <sY-dnYkrKKdqKdLNnZ2dnUVZ5sWdnZ2d@giganews.com> <CA+vVgJXiFK2br2V05kzc0ZEwk+d7oUY3RuC+NrX=9JqjkbkPNA@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Wed, 12 Sep 2012 09:23:58 -0600
Subject Re: Single leading dash in member variable names?
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.568.1347463470.27098.python-list@python.org> (permalink)
Lines 8
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1347463470 news.xs4all.nl 6895 [2001:888:2000:d::a6]:52604
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:28976

Show key headers only | View raw


On Tue, Sep 11, 2012 at 11:10 PM, Dwight Hutto <dwightdhutto@gmail.com> wrote:
> Not to jump in with another question(this seems somewhat relevant to the
> conversation, maybe not), but is this similar to a private,public, or
> protected class similar to the C type langs?

More like "this is an implementation detail and in the future it could
be changed or removed entirely without warning".  I consider them
private unless documented otherwise.

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


Thread

Single leading dash in member variable names? e.doxtator@gmail.com - 2012-09-11 11:45 -0700
  Re: Single leading dash in member variable names? Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-11 13:06 -0600
    Re: Single leading dash in member variable names? e.doxtator@gmail.com - 2012-09-11 13:53 -0700
      Re: Single leading dash in member variable names? Terry Reedy <tjreedy@udel.edu> - 2012-09-11 17:34 -0400
    Re: Single leading dash in member variable names? e.doxtator@gmail.com - 2012-09-11 13:53 -0700
      Re: Single leading dash in member variable names? Erik Max Francis <max@alcyone.com> - 2012-09-11 15:02 -0700
        Re: Single leading dash in member variable names? Tim Chase <python.list@tim.thechases.com> - 2012-09-12 05:49 -0500
        Re: Single leading dash in member variable names? e.doxtator@gmail.com - 2012-09-12 08:23 -0700
          Re: Single leading dash in member variable names? Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-12 10:52 -0600
          Re: Single leading dash in member variable names? mdengler@gmail.com - 2012-09-12 09:53 -0700
        Re: Single leading dash in member variable names? Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-12 09:23 -0600
    Re: Single leading dash in member variable names? aahz@pythoncraft.com (Aahz) - 2012-11-10 07:41 -0800

csiph-web