Commit Graph

12 Commits

Author SHA1 Message Date
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
Benjamin Peterson dc67a90c11 448 is done 2015-05-05 20:17:53 -04:00
Guido van Rossum 401c977971 Update to PEP 448 -- approved 2 out of 3, rejected *comprehension. 2015-02-26 12:17:47 -08:00
Guido van Rossum 0580801bde Small wording change to PEP 448 (replace "currently" with "continue to"). 2015-02-24 16:44:25 -08:00
Berker Peksag dcb8279caf PEP 448: Update from Joshua Landau. 2015-02-02 15:31:33 +02:00
Berker Peksag 0ee06e9bd1 PEP 448: Updates from Neil Girdhar. 2015-01-30 22:02:45 +02:00
Brett Cannon 0cf17512f7 Fix a typo 2013-08-13 17:04:22 -04:00
Guido van Rossum df6c195b0c Remove spurious backticks. 2013-07-13 18:57:50 -07:00
Brett Cannon 40e6f825cd Add PEP 448: Additional Unpacking Generalizations
by Joshua Landau.
2013-07-12 18:10:56 -04:00