Commit Graph

9 Commits

Author SHA1 Message Date
Min ho Kim cfb7bd74db Fix typos (#1113) 2019-07-03 11:20:45 -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
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
Andrew M. Kuchling 532382f5dc Fix 'the the' error 2007-04-28 00:36:48 +00:00
Steven Bethard f0d12749f1 PEP 359 withdrawn at Guido's request.
PEP 3002 to require that all backwards incompatible changes be accompanied by a patch to Python 2.X that issues appropriate warnings when --python3 is specified.
2006-05-08 02:20:01 +00:00
David Goodger 54ca43d444 updates from Steven Bethard 2006-04-18 23:25:47 +00:00
David Goodger 7c39299824 added PEPs 359 (The "make Statement) and 3002 (Procedure for Backwards-Incompatible Changes) by Steven Bethard 2006-04-13 13:36:24 +00:00