Commit Graph

8 Commits

Author SHA1 Message Date
Min ho Kim e54097d3c4 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07:00
Brett Cannon b78d1f70a5
Reject PEP 472 (#933) 2019-03-15 15:02:57 -07: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
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
Georg Brandl af90430776 Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914 2016-05-03 10:18:02 +02:00
Victor Stinner 06c61b9447 PEP 472: Fix typo in headers 2014-07-18 18:22:40 +02:00
Guido van Rossum 84d82f06f2 Add PEP 472: "Support for indexing with keyword arguments" by Stefano Borini, Joseph Martinot-Lagarde. 2014-07-13 17:40:44 -07:00