@@ -608,3 +608,24 @@ CPython bytecode changes |
|
|
608 |
608 |
|
609 |
609 |
* Added two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`. |
610 |
610 |
(Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.) |
|
611 |
+ |
|
612 |
+ |
|
613 |
+Documentation |
|
614 |
+============= |
|
615 |
+ |
|
616 |
+.. _whatsnew37-pep545: |
|
617 |
+ |
|
618 |
+PEP 545: Python Documentation Translations |
|
619 |
+------------------------------------------ |
|
620 |
+ |
|
621 |
+:pep:`545` describes the process to translate Python documentation, |
|
622 |
+and two translations have been added: |
|
623 |
+ |
|
624 |
+- Japanese: https://docs.python.org/ja/ and associated github |
|
625 |
+ repository: https://github.com/python/python-docs-ja |
|
626 |
+ |
|
627 |
+- French: https://docs.python.org/fr/ and associated github |
|
628 |
+ repository: https://github.com/python/python-docs-fr |
|
629 |
+ |
|
630 |
+(Contributed by Julien Palard, Inada Naoki, and Victor Stinner in |
|
631 |
+:issue:`issue26546`.) |