Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52739 > unrolled thread
| Started by | Aseem Bansal <asmbansal2@gmail.com> |
|---|---|
| First post | 2013-08-20 10:14 -0700 |
| Last post | 2013-08-20 16:33 -0400 |
| Articles | 6 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | Aseem Bansal <asmbansal2@gmail.com> |
|---|---|
| Date | 2013-08-20 10:14 -0700 |
| Subject | Found a grammar error in PEP 5. How to suggest correction? |
| Message-ID | <c76332e0-ee78-48dd-b845-1a00d231bc4a@googlegroups.com> |
In PEP 5 it is 4. Add an an optional warning mode to the parser that will inform There are 2 `an`s here. How to suggest a correction for this?
[toc] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2013-08-20 13:32 -0400 |
| Message-ID | <mailman.63.1377019985.19984.python-list@python.org> |
| In reply to | #52739 |
On Tue, Aug 20, 2013 at 1:14 PM, Aseem Bansal <asmbansal2@gmail.com> 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. How to suggest a correction for this? > -- > http://mail.python.org/mailman/listinfo/python-list You already asked this question. Here is your answer: http://docs.python.org/2/bugs.html#documentation-bugs shows this: f you find a bug in this documentation or would like to propose an improvement, please send an e-mail to docs@python.org describing the bug and where you found it. If you have a suggestion how to fix it, include that as well. docs@python.org is a mailing list run by volunteers; your request will be noticed, even if it takes a while to be processed. Of course, if you want a more persistent record of your issue, you can use the issue tracker for documentation bugs as well. By the way, I found this link by going to google and searching for "how to submit documentation bug to python.org" Come on Aseem. Pick up your game a little bit. You actually have the opportunity to get the documentation changed for the better, or you can just keep asking the same question. -- Joel Goldstick http://joelgoldstick.com
[toc] | [prev] | [next] | [standalone]
| From | Aseem Bansal <asmbansal2@gmail.com> |
|---|---|
| Date | 2013-08-20 10:48 -0700 |
| Message-ID | <1041bc5d-228f-4162-9266-d2201cfb2686@googlegroups.com> |
| In reply to | #52740 |
@Joel Goldstick That is the documentation and this is about the PEP. I didn't realize that the same works for both. I'll do that.
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-08-20 16:05 -0400 |
| Message-ID | <mailman.64.1377029152.19984.python-list@python.org> |
| In reply to | #52739 |
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
[toc] | [prev] | [next] | [standalone]
| From | Aseem Bansal <asmbansal2@gmail.com> |
|---|---|
| Date | 2013-08-20 22:08 -0700 |
| Message-ID | <5c3fc9de-2302-4afa-8fdb-ae6e21386abd@googlegroups.com> |
| In reply to | #52743 |
@ Terry Jan Reedy, @Joel Goldstick The problem with that documentation link is that it says the bugs in that documentation should be mailed at that e-mail address. But the PEPs are not the part of the documentation. I am saying that PEPs are not its part because when I downloaded the documentation it did not contain the PEPs. So the information in the documentation is misleading because it doesn't include the PEPs in the downloaded version but the e-mail address is used to accept PEP bugs according to you people. peps at python dot org is the e-mail suggested in PEP1 for contacting the PEP editors. I e-mailed there and got a reply.
[toc] | [prev] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2013-08-20 16:33 -0400 |
| Message-ID | <mailman.65.1377030796.19984.python-list@python.org> |
| In reply to | #52739 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web