[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Georg Brandl
Georg Brandl added the comment: Yep, they should all be gone. I tried to make sure by running the sources through docutils and finding nested nodes. -- ___ Python tracker

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Ned Batchelder
Ned Batchelder added the comment: Unless I have permissions I've never used, I don't think I can just push fixes to the peps repo. Also, it looks like Georg is working away at it! -- ___ Python tracker

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker ___

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset d34c698f63a3 by Georg Brandl in branch 'default': Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914 https://hg.python.org/peps/rev/d34c698f63a3 New changeset e7200e32b220 by Georg Brandl in branch 'default': Fixup some more lists-in-blockquotes.

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset d420d6fe349f by Georg Brandl in branch 'default': Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914 https://hg.python.org/peps/rev/d420d6fe349f -- ___ Python tracker

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks, I pushed pep-0420.patch. -- keywords: +easy nosy: +berker.peksag stage: -> needs patch ___ Python tracker ___

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 03a4c21ca991 by Berker Peksag in branch 'default': Issue #26914: Fix formatting of lists in PEP 420 https://hg.python.org/peps/rev/03a4c21ca991 -- nosy: +python-dev ___ Python tracker

[issue26914] Fix formatting of lists in PEP 420

2016-05-02 Thread Georg Brandl
Georg Brandl added the comment: Looks pretty rampant to me :) Anyway, +1 for fixing, you can just do it without review if you have the time. -- ___ Python tracker

[issue26914] Fix formatting of lists in PEP 420

2016-05-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +georg.brandl ___ Python tracker ___ ___

[issue26914] Fix formatting of lists in PEP 420

2016-05-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For references: PEP 0302: New Import Hooks PEP 0327: Decimal Data Type PEP 0339: Design of the CPython Compiler PEP 0362: Function Signature Object PEP 0364: Transitioning to the Py3K Standard Library PEP 0372: Adding an ordered dictionary to collections PEP

[issue26914] Fix formatting of lists in PEP 420

2016-05-02 Thread Ned Batchelder
Ned Batchelder added the comment: OK, "rampant" was overly dramatic... :) These PEPs seem to have the same issue: pep-0302.html pep-0327.html pep-0339.html pep-0362.html pep-0364.html pep-0372.html pep-0380.html pep-0382.html pep-0393.html pep-0400.html pep-0403.html pep-0404.html

[issue26914] Fix formatting of lists in PEP 420

2016-05-02 Thread Ned Batchelder
New submission from Ned Batchelder: The numbered and bulletted lists are indented from the body text, which looks good in the .rst, but causes the lists themselves to be blockquotes. This leads to confusing formatting on python.org: https://www.python.org/dev/peps/pep-0420/ BTW: this