Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'guido': 0.05; 'pep': 0.09; 'rejected': 0.09; 'url:peps': 0.16; 'wrote:': 0.18; 'written': 0.21; 'feb': 0.22; 'mind.': 0.24; 'url:dev': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'says': 0.33; 'url:python': 0.33; 'fri,': 0.33; 'subject:the': 0.34; 'knows': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; '20,': 0.68; '2015': 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=mX/ykHanN57JD5mx7asU2pyBs5QR/NNcij1Y7W/G0mg=; b=paJMuK0T2hlf2zZTCaaeV+O99ot0vezuTSiAsZujEM7ZoOD0XyGdf8F6LaXH4uH0pp tXNVLqaU1jkB3xGmLMsSGnBEXXPQ+IyboA62btyP5JSpVo7I63S9JXo1gKTCBo3Ipc8K 9MKtd8W7LN2uLmM7cc/cpNoGHrnPSXe1uMlDM+a1Re5K1cJmQn4XkJUkiKzQjV8nZnMn lgqGC2vWxDrVTTEHfBT+CXnGxhQrQl2xEntJoFSnPYnzY6SjuENgNS6aDyj5RHQ1zj0/ 3N/+10Jovo++G2+YJFxQ9+5wKD14678sM6DBEgN8M3XCX3H43DJ7jEkbXDKUO2dQPPfD A+uQ== X-Received: by 10.68.110.132 with SMTP id ia4mr18718648pbb.95.1424457578395; Fri, 20 Feb 2015 10:39:38 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <71e8463f-2a60-4fb0-a5b7-0ca7cd3efece@googlegroups.com> From: Ian Kelly Date: Fri, 20 Feb 2015 11:38:58 -0700 Subject: Re: What the Pythons docs means by "container" ? To: Python Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424457581 news.xs4all.nl 2861 [2001:888:2000:d::a6]:37363 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85987 On Fri, Feb 20, 2015 at 4:37 AM, Rustom Mody wrote: > See https://www.python.org/dev/peps/pep-0246/ > > There Guido says "something much better is about to happen" > > Best as I know its not happened yet... Well, since that PEP was rejected we now have ABCs. Although PEP 3119 wasn't written until a couple of years later, so who knows if that's what he had in mind.