[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker ___ __

[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1e47fbcf78c4d66fbe1fc7b4ea91a6b147ff83d2 by Serhiy Storchaka in branch '3.7': [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174). (GH-11232) https://github.com/python/cpython/commit/1e47fbcf78c4d66fbe1fc7b4ea91a6b

[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +10466 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2b57c43f21f891df4c6f2294a3b9e1b9029a16b6 by Serhiy Storchaka in branch 'master': bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) https://github.com/python/cpython/commit/2b57c43f21f891df4c6f2294a3b9e1b9029a16b6

[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think links from "as" are not needed. They are just refer to the beginning of the same section. In all occurrences of "as" the corresponding "with", "import", or "try"/"except" keywords are mentioned too, and links from them refer to the correct section.

[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +10415 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-14 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10413 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue35506] Doc: fix keyword `as` link from `import` and `try`

2018-12-14 Thread Cheryl Sabella
New submission from Cheryl Sabella : In the documentation, using the :keyword:`as` role links to the `as` defined for the `with` statement, which could be confusing when it was used in the `import` or `try` section of the docs. https://docs.python.org/3/reference/simple_stmts.html#the-import-