Commit Graph

21 Commits

Author SHA1 Message Date
wim glenn a87b19e16e
typo fix (#1348) 2020-03-30 06:11:00 +11:00
Brandt Bucher a04dbb555b Remove extra underscore. (#1193) 2019-10-04 15:21:47 +10: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
Romet e75da5cab3 PEP 487: fixed typo (#162) 2016-12-21 02:29:35 +11:00
Nick Coghlan 0839e9deb0 PEP 487: Clarify "only on subclasses" decision (#64) 2016-07-30 17:04:03 +10:00
Nick Coghlan 2570c01992 Mark PEP 487 as Final
Also add the missing Resolution link to Guido's post accepting the PEP.
2016-07-30 16:29:44 +10:00
Berker Peksag 672f5f41b1 Fix another typo in PEP 487 2016-07-28 04:21:47 +03:00
Berker Peksag 07d557fedf Fix typo in PEP 487 2016-07-28 03:17:29 +03:00
Nick Coghlan cfc0619f6f PEP 487: link to reference implementation 2016-07-24 14:33:53 +10:00
Martin Teichmann 0d5f991c2e add backwards compatibility comment 2016-07-17 13:23:59 +02:00
Martin Teichmann 1f9366430b clarify more details 2016-07-17 11:47:49 +02:00
Martin Teichmann 3d20e37391 document necessary tests 2016-07-17 11:28:42 +02:00
Martin Teichmann 49a5c29d8f Improve readability 2016-07-16 14:13:04 +02:00
Martin Teichmann 14c5ca31b6 Update PEP 487 (#53)
* Update PEP 487

This adds some changes proposed by Guido.

* removed outdated comment

* rename __set_owner__ to __set_name__
2016-07-14 16:36:50 +03:00
Guido van Rossum 2493d89091 Update to PEP 487, exactly as posted to python-dev Wed, Jul 13, 2016.
Except for one typo fix.
2016-07-13 15:47:14 -07:00
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Nick Coghlan 4e200485ac PEP 487: New version from Martin 2016-02-06 15:26:52 +10:00
Chris Angelico c568e8c5ab Create PEP 487 from Martin Teichmann's submission 2015-02-28 06:07:44 +11:00