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 siyuan
Recipients docs@python, siyuan
Date 2020-09-26.16:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601137438.19.0.414392303646.issue41866@roundup.psfhosted.org>
In-reply-to
Content
In the Chinese version of documentation (both simplified and tradinational) of contextlib, the URL of `__enter__` and `__exit__` of [`contextlib.AbstractContextManager`](https://docs.python.org/zh-cn/3/library/contextlib.html#contextlib.AbstractContextManager) is pointing to the `__aenter__` and `__aexit__` method, which is a small mistake.
History
Date User Action Args
2020-09-26 16:23:58siyuansetrecipients: + siyuan, docs@python
2020-09-26 16:23:58siyuansetmessageid: <1601137438.19.0.414392303646.issue41866@roundup.psfhosted.org>
2020-09-26 16:23:58siyuanlinkissue41866 messages
2020-09-26 16:23:58siyuancreate