Skip to content

Commit 8ada2c9

Browse files
authored
Infra: add newlines so admonition text is shown (#3756)
1 parent d5a86bf commit 8ada2c9

13 files changed

+20
-10
lines changed

peps/pep-0003.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Created: 25-Sep-2000
77
Post-History:
88

99
.. withdrawn::
10+
1011
This PEP contained guidelines for handling bug reports in the Python
1112
bug tracker. It has been replaced by the
1213
`Developer's Guide description of issue triaging

peps/pep-0009.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Post-History:
88
Resolution: https://mail.python.org/archives/list/[email protected]/thread/2YMHVPRDWGQLA5A2FKXE2JMLM2HQEEGW/
99

1010
.. withdrawn::
11+
1112
As of 05-Jan-2016, this PEP is officially deprecated and replaced
1213
by :pep:`12`. All PEPs should now use the reStructuredText format
1314
described by :pep:`12`, and plaintext PEPs will no longer be

peps/pep-0042.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Created: 12-Sep-2000
77
Post-History:
88

99
.. withdrawn::
10-
This PEP has been `withdrawn as obsolete`_.
10+
11+
It is `obsolete`_.
1112
All new feature requests should either go to the `Python bug tracker`_
1213
for very simple requests or the `Ideas Discourse category`_ for
1314
everything else. The rest of this document is retained for historical
@@ -331,4 +332,4 @@ Building and Installing
331332

332333
.. _`Python bug tracker`: https://github.com/python/cpython/issues
333334
.. _`Ideas Discourse category`: https://discuss.python.org/c/ideas/6
334-
.. _`withdrawn as obsolete`: https://github.com/python/peps/pull/108#issuecomment-249603204
335+
.. _`obsolete`: https://github.com/python/peps/pull/108#issuecomment-249603204

peps/pep-0103.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Created: 01-Jun-2015
77
Post-History: 12-Sep-2015
88

99
.. withdrawn::
10-
This PEP was withdrawn as it's too generic and doesn't really deals
10+
11+
It is too generic and doesn't really deal
1112
with Python development. It is no longer updated.
1213

1314
The content was moved to `Python Wiki`_. Make further updates in the

peps/pep-0204.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Python-Version: 2.0
88
Post-History:
99

1010
.. rejected::
11+
1112
After careful consideration, and a period of meditation, this
1213
proposal has been rejected. The open issues, as well as some
1314
confusion between ranges and slice syntax, raised enough questions

peps/pep-0211.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Post-History:
99

1010

1111
.. rejected::
12+
1213
The approach in the later :pep:`465` was eventually accepted
1314
in lieu of this PEP. The :pep:`Rejected Ideas
1415
<465#rejected-alternatives-to-adding-a-new-operator>`

peps/pep-0216.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Superseded-By: 287
99

1010

1111
.. withdrawn::
12-
This PEP is withdrawn by the author. It has been superseded by :pep:`287`.
12+
13+
It has been superseded by :pep:`287`.
1314

1415

1516
Abstract

peps/pep-0224.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python-Version: 2.1
88
Post-History:
99

1010
.. rejected::
11-
This PEP has been rejected.
11+
1212
See :ref:`224-rejection` for more information.
1313

1414
Introduction

peps/pep-0225.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Post-History:
1010

1111

1212
.. rejected::
13+
1314
The approach in the later :pep:`465` was eventually accepted
1415
in lieu of this PEP. The :pep:`Rejected Ideas
1516
<465#rejected-alternatives-to-adding-a-new-operator>`

peps/pep-0239.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Python-Version: 2.2
88
Post-History: 16-Mar-2001
99

1010
.. rejected::
11-
This PEP is rejected. The needs outlined in the rationale section
11+
12+
The needs outlined in the rationale section
1213
have been addressed to some extent by the acceptance of :pep:`327`
1314
for decimal arithmetic. Guido also noted, "Rational arithmetic
1415
was the default 'exact' arithmetic in ABC and it did not work out as

0 commit comments

Comments
 (0)