From 0b2b87bb8dc0525ee9a7d98bf38e77b1c1e41692 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 2 Nov 2023 22:32:35 -0700 Subject: [PATCH] Add a URL for bpo and clarify historical tracker in note --- triage/issue-tracker.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/triage/issue-tracker.rst b/triage/issue-tracker.rst index b8384b553a..fdbee3fcaf 100644 --- a/triage/issue-tracker.rst +++ b/triage/issue-tracker.rst @@ -17,8 +17,9 @@ If you would like to file an issue about this devguide, please do so at the `devguide repo`_. .. note:: + Prior to moving the issue tracker to GitHub, Python used to use a dedicated `Roundup`_ instance as its issue tracker. - That old bug tracker was hosted under the domain ``bugs.python.org`` + That `old bug tracker`_ was hosted under the domain ``bugs.python.org`` (sometimes called ``bpo`` for short). Currently a read-only version is still available on that domain for historical purposes. All ``bpo`` data has been migrated to the current `issue tracker`_ on GitHub. @@ -160,3 +161,4 @@ reason either as ``complete`` or ``not planned``. .. _checklists: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists .. _duplicates: https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate .. _Core Development Discourse category: https://discuss.python.org/c/core-dev/23 +.. _old bug tracker: https://bugs.python.org/