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.

classification
Title: Document error in chinese version of contextlib.
Type: Stage:
Components: Documentation Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, iritkatriel, mdk, siyuan, zhsj
Priority: normal Keywords:

Created on 2020-09-26 16:23 by siyuan, last changed 2022-04-11 14:59 by admin.

Messages (3)
msg377532 - (view) Author: siyuan0322 (siyuan) Date: 2020-09-26 16:23
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.
msg377533 - (view) Author: siyuan0322 (siyuan) Date: 2020-09-26 16:36
Only found the source rst of the English version, doesn't know where the chinese version sources resides.
msg377535 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2020-09-26 17:03
You might find some information here: https://devguide.python.org/documenting/#translating
History
Date User Action Args
2022-04-11 14:59:36adminsetgithub: 86032
2021-06-25 22:39:00iritkatrielsetnosy: + zhsj
2020-10-02 23:15:27terry.reedysetnosy: + mdk
2020-09-26 17:03:42iritkatrielsetnosy: + iritkatriel
messages: + msg377535
2020-09-26 16:36:33siyuansetmessages: + msg377533
2020-09-26 16:23:58siyuancreate