This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients cheryl.sabella, docs@python
Date 2018-12-15.01:38:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544837904.07.0.788709270274.issue35506@psf.upfronthosting.co.za>
In-reply-to
Content
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-statement
History
Date User Action Args
2018-12-15 01:38:24cheryl.sabellasetrecipients: + cheryl.sabella, docs@python
2018-12-15 01:38:24cheryl.sabellasetmessageid: <1544837904.07.0.788709270274.issue35506@psf.upfronthosting.co.za>
2018-12-15 01:38:23cheryl.sabellalinkissue35506 messages
2018-12-15 01:38:22cheryl.sabellacreate