Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28914
| Path | csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!feeder1-1.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <djmitche@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.031 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'pep': 0.09; 'api,': 0.16; 'developers,': 0.16; 'sender:addr:gmail.com': 0.18; 'received:74.125.82.174': 0.23; 'second': 0.24; 'header:In-Reply-To:1': 0.25; 'thanks!': 0.26; 'message-id:@mail.gmail.com': 0.27; 'framework': 0.30; 'received:74.125.82': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'received:74.125': 0.36; 'rather': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'talk': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Whp7WOX488jcFSSqfTakqZdYUevmK7XROef3dWHHwvI=; b=I5YVwWJqlXdxPHJRD3kNYfA2rCACIi3ylJjUQ4ZTFiHu1kF3Nbx4zmLOsw7IWijPBn E/iAokDzcLP3XO29M3Ozu9S5QpMV45qHz5otdqD6nK2j/hHMpCbGPXIQxkf28y26ZCTN RbJ4WebYFeACFL7V7+IgGrN4/XB0gHIGPYAIUkPA8F2dKLWiN0xvF3eGLKXLLFfuwy4Z vOBYCefZGQpA0tLjEUP6hqOTYgxyPY5MjRxaJaL3iIdHVXvNWfBkpwZqLcX/+u4vS95n bEtNb2wsXxCGrRaZwkZTnQRgoYaztF+HKgS8gYyzBxCNZBKrN1mSik0UC/MEG3Y41x2r tAAg== |
| MIME-Version | 1.0 |
| Sender | djmitche@gmail.com |
| In-Reply-To | <k2l427$csh$1@ger.gmane.org> |
| References | <mailman.429.1347235672.27098.python-list@python.org> <504d60ab$0$29890$c3e8da3$5496439d@news.astraweb.com> <CAJtE5vSK2=cWf41bRt9phb0S4e1EGrLEx1YCwXb37R_-vX_jhA@mail.gmail.com> <k2l427$csh$1@ger.gmane.org> |
| Date | Tue, 11 Sep 2012 20:40:58 -0400 |
| X-Google-Sender-Auth | yHyLeEo7ycAYdxotKsCEEtDH7Uc |
| Subject | Re: Standard Asynchronous Python |
| From | "Dustin J. Mitchell" <dustin@v.igoro.us> |
| To | 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 | <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.528.1347410460.27098.python-list@python.org> (permalink) |
| Lines | 6 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1347410460 news.xs4all.nl 6933 [2001:888:2000:d::a6]:45146 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:28914 |
Show key headers only | View raw
Thanks for the second round of responses. I think this gives me some focus - concentrate on the API, talk to the framework developers, and start redrafting the PEP sooner rather than later. Thanks! Dustin
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Standard Asynchronous Python "Dustin J. Mitchell" <dustin@v.igoro.us> - 2012-09-09 20:07 -0400
Re: Standard Asynchronous Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-10 03:38 +0000
Re: Standard Asynchronous Python "Dustin J. Mitchell" <dustin@v.igoro.us> - 2012-09-10 07:36 -0400
Re: Standard Asynchronous Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-10 13:24 +0000
Re: Standard Asynchronous Python Terry Reedy <tjreedy@udel.edu> - 2012-09-10 12:21 -0400
Re: Standard Asynchronous Python "Dustin J. Mitchell" <dustin@v.igoro.us> - 2012-09-11 20:40 -0400
Re: Standard Asynchronous Python Bryan <bryanjugglercryptographer@yahoo.com> - 2012-09-15 23:45 -0700
Re: Standard Asynchronous Python Bryan <bryanjugglercryptographer@yahoo.com> - 2012-09-09 20:42 -0700
csiph-web