New submission from Dorian <fevrier.dorian@yahoo.fr>: Hello, In the French page: https://docs.python.org/fr/3/library/__future__.html There is a bad URL in the table at the end of the page: division/2.2.0a2/3.0/PEP 328 : Changement de l'opérateur de division It's supposed to be PEP 238, not 328. The URL is https://www.python.org/dev/peps/pep-0328 It's supposed to be https://www.python.org/dev/peps/pep-0238 Should be easy to fix. Keep the good work. Regards, Dorian ---------- assignee: docs@python components: 2to3 (2.x to 3.x conversion tool), Documentation messages: 363422 nosy: Narann, docs@python priority: normal severity: normal status: open title: French doc __futur__: Bad URL _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39861> _______________________________________
Matheus Vieira Portela <matheus.v.portela@gmail.com> added the comment: I just opened a PR for that: https://github.com/python/python-docs-fr/pull/1176 ---------- nosy: +matheus.v.portela _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39861> _______________________________________
Matheus Vieira Portela <matheus.v.portela@gmail.com> added the comment: The PR has already been merged. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39861> _______________________________________
Change by SilentGhost <ghost.adh@runbox.com>: ---------- assignee: docs@python -> components: -2to3 (2.x to 3.x conversion tool), Documentation resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39861> _______________________________________
Terry J. Reedy <tjreedy@udel.edu> added the comment: b.p.o is for the cpython repository, which includes the English docs. Translations are in separate repositories (like python-docs-fr) with their own trackers, with issues handled by the corresponding translators. ---------- nosy: +terry.reedy _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39861> _______________________________________
participants (4)
-
Dorian -
Matheus Vieira Portela -
SilentGhost -
Terry J. Reedy