Skip to content

Commit e2fae95

Browse files
PEP 545: Minor updates (#4295)
1 parent 5e68dde commit e2fae95

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

peps/pep-0545.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ to attract and motivate new translators and new translations.
2020
Translated documentation will be hosted on python.org. Examples of
2121
two active translation teams:
2222

23-
* http://docs.python.org/fr/: French
24-
* http://docs.python.org/ja/: Japanese
23+
* https://docs.python.org/fr/: French
24+
* https://docs.python.org/ja/: Japanese
2525

26-
http://docs.python.org/en/ will redirect to http://docs.python.org/.
26+
https://docs.python.org/en/ will redirect to https://docs.python.org/.
2727

2828
Sources of translated documentation will be hosted in the Python
2929
organization on GitHub: https://github.com/python/. Contributors will
@@ -77,22 +77,22 @@ Issue tracker
7777

7878
Considering that issues opened about translations may be written in
7979
the translation language, which can be considered noise but at least
80-
is inconsistent, issues should be placed outside `bugs.python.org
81-
<https://bugs.python.org/>`_ (b.p.o).
80+
is inconsistent, issues should not be placed in the `CPython issue tracker
81+
<https://github.com/python/cpython/issues/>`_.
8282

8383
As all translation must have their own GitHub project (see `Repository
8484
for Po Files`_), they must use the associated GitHub issue tracker.
8585

8686
Considering the noise induced by translation issues redacted in any
87-
languages which may beyond every warnings land in b.p.o, triage will
87+
languages which may beyond every warnings land in the issue tracker, triage will
8888
have to be done. Considering that translations already exist and are
89-
not actually a source of noise in b.p.o, an unmanageable amount of
89+
not actually a source of noise in issue tracker, an unmanageable amount of
9090
work is not to be expected. Considering that Xiang Zhang and Victor
9191
Stinner are already triaging, and Julien Palard is willing to help on
92-
this task, noise on b.p.o is not to be expected.
92+
this task, noise on issue tracker is not to be expected.
9393

9494
Also, language team coordinators (see `Language Team`_) should help
95-
with triaging b.p.o by properly indicating, in the language of the
95+
with triaging the issue tracker by properly indicating, in the language of the
9696
issue author if required, the right issue tracker.
9797

9898

@@ -106,10 +106,10 @@ done in one branch to other branches.
106106
.. note::
107107
Translation memories are a kind of database of previously translated
108108
paragraphs, even removed ones. See also `Sphinx Internationalization
109-
<http://www.sphinx-doc.org/en/stable/intl.html>`_.
109+
<https://www.sphinx-doc.org/en/stable/intl.html>`_.
110110

111-
The three currently stable branches that will be translated are [12]_:
112-
2.7, 3.5, and 3.6. The scripts to build the documentation of older
111+
The newest currently stable branch will be translated and translations
112+
can be propagated to other branches. The scripts to build the documentation of older
113113
branches needs to be modified to support translation [12]_, whereas
114114
these branches now only accept security-only fixes.
115115

@@ -371,7 +371,7 @@ Each language team should have one coordinator responsible for:
371371
- Ensure contributors understand and agree with the documentation
372372
contribution agreement.
373373
- Ensure quality (grammar, vocabulary, consistency, filtering spam, ads, …).
374-
- Redirect issues posted on b.p.o to the correct GitHub issue tracker
374+
- Redirect issues posted on issue tracker to the correct GitHub issue tracker
375375
for the language.
376376

377377

@@ -614,10 +614,10 @@ References
614614
(https://git.afpy.org/AFPy/python-docs-fr)
615615
616616
.. [18] French mailing list
617-
(http://lists.afpy.org/mailman/listinfo/traductions)
617+
(https://lists.afpy.org/mailman/listinfo/traductions)
618618
619619
.. [19] Japanese translation
620-
(http://docs.python.jp/3/)
620+
(https://docs.python.jp/3/)
621621
622622
.. [20] Japanese translation on GitHub
623623
(https://github.com/python-doc-ja/python-doc-ja)
@@ -635,10 +635,10 @@ References
635635
(https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language)
636636
637637
.. [25] Документация Python 2.7!
638-
(http://python-lab.ru/documentation/index.html)
638+
(https://python-lab.ru/documentation/index.html)
639639
640640
.. [26] Python-oktató
641-
(http://web.archive.org/web/20170526080729/http://harp.pythonanywhere.com/python_doc/tutorial/index.html)
641+
(https://web.archive.org/web/20170526080729/http://harp.pythonanywhere.com/python_doc/tutorial/index.html)
642642
643643
.. [27] The Python-hu Archives
644644
(https://mail.python.org/pipermail/python-hu/)

0 commit comments

Comments
 (0)