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 |
Georg Brandl
|
af90430776
|
Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914
|
2016-05-03 10:18:02 +02:00 |
Larry Hastings
|
ce15f00a60
|
Fixed fixed a a doubled doubled word word in in PEP PEP 457 457.
|
2013-10-09 02:56:36 +02:00 |
Larry Hastings
|
04283170ab
|
Fixed two syntax errors in PEP 457.
|
2013-10-09 02:20:56 +02:00 |
Larry Hastings
|
45d05cbdf7
|
Added PEP 457, Syntax For Positional-Only Parameters.
|
2013-10-09 01:23:55 +02:00 |