Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52744
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:error': 0.03; 'parser': 0.07; 'subject:PEP': 0.07; 'suggestions,': 0.07; 'pep': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'suggest': 0.14; 'did.': 0.16; 'great!': 0.16; 'non- trivial': 0.16; 'optional': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'work,': 0.20; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'this?': 0.23; 'fixed.': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'url:bugs': 0.29; 'mode': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'received:google.com': 0.35; 'add': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'list': 0.37; 'pm,': 0.38; 'does': 0.39; 'url:mail': 0.40; 'how': 0.40; 'url:3': 0.61; 'email addr:python.org.': 0.66; 'subject:. ': 0.67; '20,': 0.68; 'inform': 0.78; 'subject:Found': 0.84; 'joel': 0.91; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=foikO4kZtjB9taSCOq+PLJKI/9eOwYWj09VGiXNy/Bg=; b=CwfSW6HX5kwwl3TeEUS7CeRzmJyEKNNd6It1Ccz6rY8k9EuRmpdEMwfHqhMOO8BFBp WliANWcr9vS9ZgVpaCBoUOTgJVwmH6KGUYBX/0Pq78s28l4z5fhYoyhJHUEyyEeE/QG4 SRHIcCj+PIGXlxW2G7OVegwtqmmMkSGqFWhbjv/WW3cS8Gnwq6MUBqalJi4Mk/UXYbN7 0x4WKUTw/vFiCNBP4VhTXU57rMMKR7pzcRYOLPeygp0pba4/v23cx3FbyMx9nL9QzPrX B2VhGufg+9U0zP8YKB3zf/PHCzBdmfalS4OdSfAiuqLUuoVWl0iNyP98UdeMkuWF4nws Eisw== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.117.208 with SMTP id kg16mr29358vdb.48.1377030788467; Tue, 20 Aug 2013 13:33:08 -0700 (PDT) |
| In-Reply-To | <kv0i6c$8ku$1@ger.gmane.org> |
| References | <c76332e0-ee78-48dd-b845-1a00d231bc4a@googlegroups.com> <kv0i6c$8ku$1@ger.gmane.org> |
| Date | Tue, 20 Aug 2013 16:33:08 -0400 |
| Subject | Re: Found a grammar error in PEP 5. How to suggest correction? |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | Terry Reedy <tjreedy@udel.edu> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | "python-list@python.org" <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 | <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.65.1377030796.19984.python-list@python.org> (permalink) |
| Lines | 31 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1377030796 news.xs4all.nl 15877 [2001:888:2000:d::a6]:34660 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:52744 |
Show key headers only | View raw
On Tue, Aug 20, 2013 at 4:05 PM, Terry Reedy <tjreedy@udel.edu> wrote: > On 8/20/2013 1:14 PM, Aseem Bansal wrote: >> >> In PEP 5 it is >> >> 4. Add an an optional warning mode to the parser that will inform >> >> There are 2 `an`s here. > > > Fixed. > > >> How to suggest a correction for this? > > > You just did. If this list does not work, or for non-trivial suggestions, go > to bugs.python.org or email docs@python.org. See > http://docs.python.org/3/bugs.html > -- > Terry Jan Reedy > > -- > http://mail.python.org/mailman/listinfo/python-list Hey Terry, Aseem! that's great! -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Found a grammar error in PEP 5. How to suggest correction? Aseem Bansal <asmbansal2@gmail.com> - 2013-08-20 10:14 -0700
Re: Found a grammar error in PEP 5. How to suggest correction? Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-20 13:32 -0400
Re: Found a grammar error in PEP 5. How to suggest correction? Aseem Bansal <asmbansal2@gmail.com> - 2013-08-20 10:48 -0700
Re: Found a grammar error in PEP 5. How to suggest correction? Terry Reedy <tjreedy@udel.edu> - 2013-08-20 16:05 -0400
Re: Found a grammar error in PEP 5. How to suggest correction? Aseem Bansal <asmbansal2@gmail.com> - 2013-08-20 22:08 -0700
Re: Found a grammar error in PEP 5. How to suggest correction? Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-20 16:33 -0400
csiph-web