]> granicus.if.org Git - python/commitdiff
bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064)
authorJulien Palard <julien@palard.fr>
Tue, 24 Oct 2017 09:22:22 +0000 (11:22 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Oct 2017 09:22:22 +0000 (02:22 -0700)
Doc/whatsnew/3.7.rst

index 5bff3a4181a3cc0da5a343ba0c337102e9477ae2..80f73b6f37ff25bb6df0f7196de92dfab287b49f 100644 (file)
@@ -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`.)