mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064)
This commit is contained in:
parent
01b5aab7bf
commit
809d173c20
1 changed files with 21 additions and 0 deletions
|
|
@ -608,3 +608,24 @@ CPython bytecode changes
|
|||
|
||||
* Added two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.
|
||||
(Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)
|
||||
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
.. _whatsnew37-pep545:
|
||||
|
||||
PEP 545: Python Documentation Translations
|
||||
------------------------------------------
|
||||
|
||||
:pep:`545` describes the process to translate Python documentation,
|
||||
and two translations have been added:
|
||||
|
||||
- Japanese: https://docs.python.org/ja/ and associated github
|
||||
repository: https://github.com/python/python-docs-ja
|
||||
|
||||
- French: https://docs.python.org/fr/ and associated github
|
||||
repository: https://github.com/python/python-docs-fr
|
||||
|
||||
(Contributed by Julien Palard, Inada Naoki, and Victor Stinner in
|
||||
:issue:`issue26546`.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue