Commit Graph

17 Commits

Author SHA1 Message Date
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