Skip to content

PEP 588: Mark as Final #4086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
Loading