Skip to content

Commit 8b9e729

Browse files
authored
Use https url for bpo (pythonGH-248)
1 parent ed04747 commit 8b9e729

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

communication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Most lists are also mirrored at http://news.gmane.org/ and can be read and
6161
posted to in various ways, including via web browsers, NNTP newsreaders, and
6262
RSS feed readers.
6363

64-
.. _issue tracker: http://bugs.python.org
64+
.. _issue tracker: https://bugs.python.org
6565
.. _new-bugs-announce: https://mail.python.org/mailman/listinfo/new-bugs-announce
6666
.. _python-bugs-list: https://mail.python.org/mailman/listinfo/python-bugs-list
6767
.. _python-checkins: https://mail.python.org/mailman/listinfo/python-checkins

compiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,4 +535,4 @@ References
535535
(http://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)
536536
537537
.. [#CALL_ATTR] CALL_ATTR opcode
538-
(http://bugs.python.org/issue709744)
538+
(https://bugs.python.org/issue709744)

coverage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ you want the coverage data to end up it will go somewhere you don't expect.
232232
If you are running coverage over the entire test suite, make sure to
233233
add ``-x test_importlib test_runpy test_trace`` to exclude those tests as
234234
they trigger exceptions during coverage; see
235-
http://bugs.python.org/issue10541 and http://bugs.python.org/issue10991.
235+
https://bugs.python.org/issue10541 and https://bugs.python.org/issue10991.
236236

237237
Once the tests are done you will find the directory you specified contains
238238
files for each executed module along with which lines were executed how many
@@ -246,7 +246,7 @@ Once you have increased coverage, you need to create an issue on the
246246
issue set the "Components" to "Test" and "Versions" to the version of Python you
247247
worked on (i.e., the in-development version).
248248

249-
.. _issue tracker: http://bugs.python.org
249+
.. _issue tracker: https://bugs.python.org
250250

251251

252252
Measuring coverage of C code with gcov and lcov

fixingissues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ discussion to help bring it to a close). Regardless of why the issue is open,
2020
you can also always provide useful comments if you do attempt a fix, successful
2121
or not.
2222

23-
.. _"easy" issues: http://bugs.python.org/issue?status=1&@sort=-activity&@dispname=Easy%20issues&@startwith=0&@filter=&@group=priority&@columns=id,activity,title,creator,status&keywords=6&@action=search&@pagesize=50
23+
.. _"easy" issues: https://bugs.python.org/issue?status=1&@sort=-activity&@dispname=Easy%20issues&@startwith=0&@filter=&@group=priority&@columns=id,activity,title,creator,status&keywords=6&@action=search&@pagesize=50
2424

2525
.. TODO: add something about no active core developer for the area?

grammar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Rationale
2020
---------
2121

2222
People are getting this wrong all the time; it took well over a
23-
year before someone `noticed <http://bugs.python.org/issue676521>`_
23+
year before someone `noticed <https://bugs.python.org/issue676521>`_
2424
that adding the floor division
2525
operator (//) broke the parser module.
2626

help.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ you detail which conditions triggered it (including the OS name and version,
6666
and what you were trying to do), as well as the exact error message you
6767
encountered.
6868

69-
.. _issue tracker: http://bugs.python.org
69+
.. _issue tracker: https://bugs.python.org

langchanges.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For some examples on language changes that were accepted please read
9090
`Justifying Python Language Changes`_.
9191

9292
.. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas
93-
.. _issue tracker: http://bugs.python.org
93+
.. _issue tracker: https://bugs.python.org
9494
.. _PEP Index: https://www.python.org/dev/peps/
9595
.. _draft PEP: https://www.python.org/dev/peps/pep-0001/
9696
.. _Status Quo Wins a Stalemate: http://www.curiousefficiency.org/posts/2011/02/status-quo-wins-stalemate.html

motivations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ their contributions to be funded directly by the community, rather than relying
220220
on institutional sponsors allowing them to spend some or all of their work
221221
time contributing to CPython development.
222222

223-
.. _issue metrics: http://bugs.python.org/issue?@template=stats
223+
.. _issue metrics: https://bugs.python.org/issue?@template=stats
224224
.. _OpenHub: https://www.openhub.net/p/python/contributors
225225
.. _core mentorship program: https://www.python.org/dev/core-mentorship/
226226
.. _internships: https://www.gnome.org/outreachy/

silencewarnings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ If you decide to tackle a warning you have found, open an issue on the `issue
1515
tracker`_ (if one has not already been opened) and say you are going to try and
1616
tackle the issue, and then proceed to fix the issue.
1717

18-
.. _issue tracker: http://bugs.python.org
18+
.. _issue tracker: https://bugs.python.org

stdlibchanges.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.
1111
Changes to pre-existing code is not covered as that is considered a bugfix and
1212
thus is treated as a bug that should be filed on the `issue tracker`_.
1313

14-
.. _issue tracker: http://bugs.python.org/
14+
.. _issue tracker: https://bugs.python.org/
1515

1616

1717
Adding to a pre-existing module

0 commit comments

Comments
 (0)