PEP 588: Mark as Final (#4086)

This commit is contained in:
Hugo van Kemenade 2024-10-28 20:53:21 +02:00 committed by GitHub
parent b0198faed8
commit 13d6ca8f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 14 deletions

View File

@ -3,11 +3,14 @@ Title: GitHub Issues Migration Plan
Author: Mariatta <mariatta@python.org>
BDFL-Delegate: Barry Warsaw <barry@python.org>
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
========
@ -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:
@ -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: