[issue33518] Add PEP to glossary

2018-05-22 Thread STINNER Victor
STINNER Victor added the comment: Thank you Andrés Delfino. I applied your PR to 2.7, 3.6, 3.7 and master. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue33518] Add PEP to glossary

2018-05-22 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8cbde8a43769641373a681af4b0d72944af43f95 by Victor Stinner (Andrés Delfino) in branch '2.7': [2.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860). (#6936) https://github.com/python/cpython/commit/8cbde8a43769641373a681af4b0d72944af4

[issue33518] Add PEP to glossary

2018-05-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset fb5d0aa116125dfb29a3c4d8819a38dfb2760bb9 by Victor Stinner (Andrés Delfino) in branch '3.6': [3.6] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6935) https://github.com/python/cpython/commit/fb5d0aa116125dfb29a3c4d8819a38dfb2760

[issue33518] Add PEP to glossary

2018-05-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset a3a554a536599189166843cd80e62d02b2b68aa8 by Victor Stinner (Andrés Delfino) in branch '3.7': [3.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6934) https://github.com/python/cpython/commit/a3a554a536599189166843cd80e62d02b2b68

[issue33518] Add PEP to glossary

2018-05-17 Thread Andrés Delfino
Change by Andrés Delfino : -- pull_requests: +6606 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33518] Add PEP to glossary

2018-05-17 Thread Andrés Delfino
Change by Andrés Delfino : -- pull_requests: +6605 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33518] Add PEP to glossary

2018-05-17 Thread Andrés Delfino
Change by Andrés Delfino : -- pull_requests: +6604 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33518] Add PEP to glossary

2018-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset d5f144260886959c1fe06bc4506a23fd10f92348 by Victor Stinner (Andrés Delfino) in branch 'master': bpo-33518: Add PEP entry to documentation glossary (GH-6860) https://github.com/python/cpython/commit/d5f144260886959c1fe06bc4506a23fd10f92348 -

[issue33518] Add PEP to glossary

2018-05-15 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +6534 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33518] Add PEP to glossary

2018-05-15 Thread Andrés Delfino
New submission from Andrés Delfino : I think PEP should be mentioned in the glossary, as it is an important piece of how Python is developed and learned. The PR's wording is taken from PEP1, mostly verbatim. -- assignee: docs@python components: Documentation messages: 316653 nosy: adel