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: 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 Date: Tue, 08 Oct 2013 12:20:40 -0400 From: Ned Batchelder 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 Subject: Re: class-private names and the Zen of Python References: <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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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.