Commit Graph

9 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Benjamin Peterson 60d9b24542 promote m.p.o links to https 2017-06-11 12:02:39 -07:00
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Serhiy Storchaka 475b6f0c4e Fixed markup of footnotes. 2015-02-14 19:49:04 +02:00
Neal Norwitz e0ce1d9e0a PEP 3111 (restoring input) has been implemented so mark it Final.
Also wrap some long lines in the PEP.
2007-05-25 06:17:11 +00:00
Guido van Rossum 96927f04c2 This pep was accepted but the status was never updated. 2007-02-27 00:28:24 +00:00
Nick Coghlan d6a8f11a3a Formally record December's acceptance of the raw_input() -> input() renaming. 2007-02-20 13:57:06 +00:00