Skip to content

Commit

Permalink
PEP 588: Mark as Final (#4086)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 28, 2024
1 parent b0198fa commit 13d6ca8
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions peps/pep-0588.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ Title: GitHub Issues Migration Plan
Author: Mariatta <[email protected]>
BDFL-Delegate: Barry Warsaw <[email protected]>
Discussions-To: https://discuss.python.org/t/13791
Status: Draft
Status: Final
Type: Informational
Content-Type: text/x-rst
Created: 27-Mar-2019

.. canonical-doc:: `psf/gh-migration#13 <https://github.com/psf/gh-migration/issues/13>`__

The migration was carried out in April 2022.


Abstract
========
Expand Down Expand Up @@ -200,12 +203,12 @@ Mapping between issues from bpo and GitHub
------------------------------------------

Usually when we reference an issue from bpo, we use bpo-XYZ but with
Github, we will have a new reference with this format
GitHub, we will have a new reference with this format
``https://github.com/python/cpython/issue/XYZ``.

Because we will migrate the issues from bpo to GitHub, we need to have a new
field on bpo for the reference to the issues on GitHub, and the same thing on
Github for the 'eventual' reference from bpo.
GitHub for the 'eventual' reference from bpo.

For GitHub, we need to add ``origin: https://bugs.python.org/issueXYZ``.
For bpo, add a new field ``moved to:
Expand Down Expand Up @@ -309,13 +312,3 @@ Copyright
=========

This document has been placed in the public domain.


..
Local Variables:
mode: rst
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

0 comments on commit 13d6ca8

Please sign in to comment.