Commit Graph

24 Commits

Author SHA1 Message Date
Ed Swierk c8825e8551
PEP 227: Fix link to Cardelli paper (#2951) 2023-01-06 13:22:41 -06:00
Hugo van Kemenade 5fb8b28a06
Many PEPs: 'Author' must be list of 'Name <email@example.com>, ...' (#2809) 2022-10-05 19:48:43 +03:00
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Mariatta 647e240ee9
PEP 227: remove placeholder comments. (#561) 2018-01-28 23:23:47 -08: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
Huang Huang 0f008dd229 reSTify PEP 227 (#373) 2017-09-12 16:25:44 -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
Serhiy Storchaka cc1c734886 Issue #26921: Fixed a/an articles. 2016-05-03 13:52:22 +03:00
Benjamin Peterson 64d3e73864 this was only implemented about 8 years ago 2009-03-29 03:37:58 +00:00
Brett Cannon 4d81183620 Standardize Jeremy Hylton's email address. 2007-06-28 00:01:26 +00:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Kurt B. Kaiser 0647663c8c Fix type and dead link 2005-10-10 17:37:48 +00:00
Fred Drake c0fa924b58 Update some email addresses (the digicool.com domain is no longer used). 2003-06-12 13:54:00 +00:00
Guido van Rossum e480cceffe This PEP still needs a Copyright note. I've added an XXX (I can't
very well place it in the public domain for Jeremy :-).
2001-04-20 02:21:07 +00:00
Guido van Rossum b5b9314dea Updated for clarity and to reflect reality. Jeremy, there are still
XXX bits in here.  Also, shouldn't the status be updated to Final?
2001-04-19 19:36:13 +00:00
Jeremy Hylton 9b6d9b4453 Update to reflect pending __future__ PEP, availability in 2.1 and 2.2,
and warnings.

Various bugs reported by Aahz Maruch.
2001-02-26 20:08:05 +00:00
Jeremy Hylton 0568294565 Several revisions, primarily to clarify backwards compatibility issues. 2001-02-21 19:11:21 +00:00
Jeremy Hylton 4be092d93e Clarify rules for names defined in class scope. (Classes hide names
was a bad label.)

Add note about how to implement flat closures using an extra level of
indirection.
2000-12-14 14:53:02 +00:00
Guido van Rossum 0bb1267cae Indent the examples to make sure the HTML looks right. 2000-12-14 14:40:45 +00:00
Jeremy Hylton d5d6de8908 add brief note on compiler support 2000-12-14 04:53:15 +00:00
Jeremy Hylton d1917acf5a new draft 2000-12-14 04:50:32 +00:00
Barry Warsaw e16bb39b89 PEP 227, Statically Nested Scopes, Jeremy Hylton 2000-11-02 16:18:23 +00:00