-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into warsaw/pep712-reject
- Loading branch information
Showing
71 changed files
with
4,436 additions
and
2,312 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,27 +3,17 @@ Title: Guidelines for Handling Bug Reports | |
Author: Jeremy Hylton <[email protected]> | ||
Status: Withdrawn | ||
Type: Process | ||
Content-Type: text/x-rst | ||
Created: 25-Sep-2000 | ||
Post-History: | ||
|
||
.. withdrawn:: | ||
|
||
Introduction | ||
============ | ||
|
||
This PEP contained guidelines for handling bug reports in the Python | ||
bug tracker. It has been replaced by the Developer's Guide | ||
description of issue triaging at | ||
|
||
:: | ||
|
||
https://docs.python.org/devguide/triaging.html | ||
|
||
Guidelines for people submitting Python bugs are at | ||
|
||
:: | ||
|
||
http://docs.python.org/bugs.html | ||
This PEP contained guidelines for handling bug reports in the Python | ||
bug tracker. It has been replaced by the | ||
`Developer's Guide description of issue triaging | ||
<https://devguide.python.org/triage/triaging/index.html>`_. | ||
Guidelines for people submitting Python bugs are `in the Python docs | ||
<http://docs.python.org/bugs.html>`__. | ||
|
||
Original Guidelines | ||
=================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
PEP: 9 | ||
Title: Sample Plaintext PEP Template | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: Barry Warsaw <[email protected]> | ||
Status: Withdrawn | ||
Type: Process | ||
Content-Type: text/x-rst | ||
Created: 14-Aug-2001 | ||
Post-History: | ||
Resolution: https://mail.python.org/archives/list/[email protected]/thread/2YMHVPRDWGQLA5A2FKXE2JMLM2HQEEGW/ | ||
|
||
.. withdrawn:: | ||
|
||
:: | ||
|
||
Update | ||
As of 05-Jan-2016, this PEP is officially deprecated and replaced | ||
by :pep:`12`. All PEPs should now use the reStructuredText format | ||
described by :pep:`12`, and plaintext PEPs will no longer be | ||
accepted. | ||
|
||
As of 05-Jan-2016, this PEP is officially deprecated and replaced | ||
by PEP 12. All PEPs should now use the reStructuredText format | ||
described by PEP 12, and plaintext PEPs will no longer be | ||
accepted. | ||
:: | ||
|
||
Abstract | ||
|
||
|
@@ -225,14 +221,3 @@ Resolution: https://mail.python.org/archives/list/[email protected]/thread/2 | |
Copyright | ||
|
||
This document has been placed in the public domain. | ||
|
||
|
||
.. | ||
Local Variables: | ||
mode: indented-text | ||
indent-tabs-mode: nil | ||
sentence-end-double-space: t | ||
fill-column: 70 | ||
coding: utf-8 | ||
End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
PEP: 42 | ||
Title: Feature Requests | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: Jeremy Hylton <[email protected]> | ||
Status: Withdrawn | ||
Type: Process | ||
Content-Type: text/x-rst | ||
Created: 12-Sep-2000 | ||
Post-History: | ||
|
||
.. withdrawn:: | ||
|
||
.. note:: This PEP has been `withdrawn as obsolete`_. | ||
It is `obsolete`_. | ||
All new feature requests should either go to the `Python bug tracker`_ | ||
for very simple requests or the `python-ideas`_ mailing list for | ||
for very simple requests or the `Ideas Discourse category`_ for | ||
everything else. The rest of this document is retained for historical | ||
purposes only. | ||
|
||
|
@@ -332,13 +330,6 @@ Building and Installing | |
|
||
http://bugs.python.org/issue588756 | ||
|
||
.. _`Python bug tracker`: https://bugs.python.org | ||
.. _`python-ideas`: https://mail.python.org/mailman/listinfo/python-ideas | ||
.. _`withdrawn as obsolete`: https://github.com/python/peps/pull/108#issuecomment-249603204 | ||
|
||
|
||
.. | ||
Local Variables: | ||
mode: indented-text | ||
indent-tabs-mode: nil | ||
End: | ||
.. _`Python bug tracker`: https://github.com/python/cpython/issues | ||
.. _`Ideas Discourse category`: https://discuss.python.org/c/ideas/6 | ||
.. _`obsolete`: https://github.com/python/peps/pull/108#issuecomment-249603204 |
Oops, something went wrong.