From 721413c60dab70cd16873974270a2b8362d42d6d Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 20 Oct 2017 22:15:06 +0200 Subject: [PATCH] bpo-31812: Add documentation translations to What's New in Python 3.7. --- Doc/whatsnew/3.7.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 11b99e2d1c439ad..0b7fcc5035421ce 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -604,3 +604,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`.)