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


Groups > comp.lang.python > #56430

Re: class-private names and the Zen of Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <nedbat@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.046
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'marco': 0.16; 'subject:class': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'solution.': 0.20; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; '(or': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'subject:the': 0.34; 'received:google.com': 0.35; 'two': 0.37; 'explain': 0.39; 'such': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'building,': 0.68; 'way...': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=vvC6243YBLlO6FvJqwlC7wL1HL0QCRSP/VusluVXMwk=; b=H/svx2Vi3iunV1Lb2N1nVqOqCY/bt3QCtjPEHw0skTVLpm2amXXU7gJ4iKw4I9wpFI QZnwly8USv8m1yd83kUMFA4zvY67wfIVMp52ZGZwxM3Ek5XiWZZsLc9EBZ0bPOiz04QP QUBkm/RWV3LRXMMKdjs+sHANeyTwzkfVN6eEZExKDs8dHUNQFHyojBU5KLCqlYcfBteP +y074Y27BiZFJngS1440z1r5YLS9Yhow5l2nUfYbFr39jJ9fBECq5AdgmVq8p3DjuLBX xjTObQ1twSVqKL6Fm7CW5+7Poe6qBqjwMJcYA9nbYimsq12P75OOvjVbuxqiGgtS5dKt MReA==
X-Received by 10.236.145.65 with SMTP id o41mr765105yhj.129.1381249241526; Tue, 08 Oct 2013 09:20:41 -0700 (PDT)
Sender Ned Batchelder <nedbat@gmail.com>
Date Tue, 08 Oct 2013 12:20:40 -0400
From Ned Batchelder <ned@nedbatchelder.com>
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version 1.0
To Marco Buttu <marco.buttu@gmail.com>
Subject Re: class-private names and the Zen of Python
References <l30lsq$tfd$1@speranza.aioe.org> <mailman.849.1381230484.18130.python-list@python.org> <5253E945.5030608@gmail.com>
In-Reply-To <5253E945.5030608@gmail.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Cc python-list@python.org
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.866.1381250555.18130.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381250555 news.xs4all.nl 15994 [2001:888:2000:d::a6]:34677
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:56430

Show key headers only | View raw


On 10/8/13 7:15 AM, Marco Buttu wrote:
>
>> Also, as Terry mentions, no one has ever assigned the two names you
>> show,
>
> Sincerely, I can not now if someone has assigned (or will assegne) in 
> such way...

If you explain more about what you are building, and where this crops up 
as a problem, we can help come up with a solution.

--Ned.

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


Thread

class-private names and the Zen of Python Marco Buttu <marco.buttu@gmail.com> - 2013-10-08 12:13 +0200
  Re: class-private names and the Zen of Python Terry Reedy <tjreedy@udel.edu> - 2013-10-08 06:36 -0400
    Re: class-private names and the Zen of Python Marco Buttu <marco.buttu@gmail.com> - 2013-10-08 12:47 +0200
  Re: class-private names and the Zen of Python Ned Batchelder <ned@nedbatchelder.com> - 2013-10-08 07:07 -0400
    Re: class-private names and the Zen of Python Marco Buttu <marco.buttu@gmail.com> - 2013-10-08 13:15 +0200
      Re: class-private names and the Zen of Python Ned Batchelder <ned@nedbatchelder.com> - 2013-10-08 12:20 -0400
  Re: class-private names and the Zen of Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-08 13:24 +0000
    Re: class-private names and the Zen of Python Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-10-09 00:00 +0100
      Re: class-private names and the Zen of Python Marco Buttu <marco.buttu@gmail.com> - 2013-10-09 07:55 +0200
    Re: class-private names and the Zen of Python Charles Hixson <charleshixsn@earthlink.net> - 2013-10-09 12:34 -0700

csiph-web