Skip to content

Commit

Permalink
PEP 1: Update outdated language referring to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Feb 21, 2022
1 parent 501cb5c commit 77c9014
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions pep-0001.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,9 @@ The standard PEP workflow is:
editors do not consider whether they seem likely to be accepted.
* The title accurately describes the content.
* The PEP's language (spelling, grammar, sentence structure, etc.)
and code style (examples should match :pep:`8` & :pep:`7`) should be
correct and conformant. The PEP will be checked for formatting
(plain text or reStructuredText) by Travis CI, and will not be
approved until this passes.
and code style (examples should match :pep:`7` & :pep:`8`) should be
correct and conformant. The PEP will be checked for reStructuredText
formatting by the repo's CIs, and will not be approved until this passes.

Editors are generally quite lenient about this initial review,
expecting that problems will be corrected by the reviewing process.
Expand Down Expand Up @@ -520,7 +519,7 @@ PEP Formats and Templates
=========================

PEPs are UTF-8 encoded text files using the reStructuredText_ format.
ReStructuredText_ allows for rich markup that is still quite easy to
ReStructuredText allows for rich markup that is still quite easy to
read, but also results in good-looking and functional HTML. :pep:`12`
contains instructions and a :pep:`template <12#suggested-sections>`
for reStructuredText PEPs.
Expand Down Expand Up @@ -602,11 +601,11 @@ Discussions-To header will not be obscured.
The Type header specifies the type of PEP: Standards Track,
Informational, or Process.

The format of a PEP is specified with a Content-Type header. The
acceptable values are "text/plain" for plaintext PEPs (see :pep:`9`)
and "text/x-rst" for reStructuredText PEPs (see :pep:`12`).
reStructuredText is strongly preferred, but for backwards
compatibility plain text is currently still the default if no
The format of a PEP is specified with a Content-Type header.
Valid values are ``text/plain`` for plaintext PEPs (see :pep:`9`)
and ``text/x-rst`` for reStructuredText PEPs (see :pep:`12`).
All new and active PEPs must use reStructuredText, but for backwards
compatibility, plain text is currently still the default if no
Content-Type header is present.

The Created header records the date that the PEP was assigned a
Expand Down Expand Up @@ -718,8 +717,8 @@ For each new PEP that comes in an editor does the following:

* Skim the PEP for obvious defects in language (spelling, grammar,
sentence structure, etc.), and code style (examples should conform to
:pep:`8` & :pep:`7`). Editors may correct problems themselves, but are
not required to do so. (Text format is checked by Travis CI.)
:pep:`7` & :pep:`8`). Editors may correct problems themselves, but are
not required to do so (reStructuredText syntax is checked by the repo's CIs).

* If a project is portrayed as benefiting from or supporting the PEP, make sure
there is some direct indication from the project included to make the support
Expand Down

0 comments on commit 77c9014

Please sign in to comment.