Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85987
| 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 | <ian.g.kelly@gmail.com> |
| 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 | <df55f969-d92f-493f-9811-9c8964745fac@googlegroups.com> |
| References | <71e8463f-2a60-4fb0-a5b7-0ca7cd3efece@googlegroups.com> <df55f969-d92f-493f-9811-9c8964745fac@googlegroups.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Fri, 20 Feb 2015 11:38:58 -0700 |
| Subject | Re: What the Pythons docs means by "container" ? |
| To | Python <python-list@python.org> |
| 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 <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.18931.1424457581.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Fri, Feb 20, 2015 at 4:37 AM, Rustom Mody <rustompmody@gmail.com> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
What the Pythons docs means by "container" ? candide <c.candide@laposte.net> - 2015-02-17 13:21 -0800
Re: What the Pythons docs means by "container" ? Cameron Simpson <cs@zip.com.au> - 2015-02-18 08:39 +1100
Re: What the Pythons docs means by "container" ? candide <c.candide@laposte.net> - 2015-02-17 16:30 -0800
Re: What the Pythons docs means by "container" ? Chris Angelico <rosuav@gmail.com> - 2015-02-18 11:49 +1100
Re: What the Pythons docs means by "container" ? candide <pascal.ortiz@gmail.com> - 2015-02-17 18:14 -0800
Re: What the Pythons docs means by "container" ? MRAB <python@mrabarnett.plus.com> - 2015-02-18 18:04 +0000
Re: What the Pythons docs means by "container" ? Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-18 11:50 -0700
Re: What the Pythons docs means by "container" ? Ethan Furman <ethan@stoneleaf.us> - 2015-02-18 11:43 -0800
Re: What the Pythons docs means by "container" ? Terry Reedy <tjreedy@udel.edu> - 2015-02-18 15:04 -0500
Re: What the Pythons docs means by "container" ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-19 10:03 +1100
Re: What the Pythons docs means by "container" ? Ben Finney <ben+python@benfinney.id.au> - 2015-02-19 11:05 +1100
Re: What the Pythons docs means by "container" ? Chris Angelico <rosuav@gmail.com> - 2015-02-19 11:33 +1100
Re: What the Pythons docs means by "container" ? Terry Reedy <tjreedy@udel.edu> - 2015-02-17 19:54 -0500
Re: What the Pythons docs means by "container" ? perfectican <perfectican@gmail.com> - 2015-02-19 02:59 -0800
Re: What the Pythons docs means by "container" ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-19 11:20 +0000
Re: What the Pythons docs means by "container" ? Rustom Mody <rustompmody@gmail.com> - 2015-02-20 03:37 -0800
Re: What the Pythons docs means by "container" ? Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-20 11:38 -0700
csiph-web