peps: b4938632c5c2 (original) (raw)

Mercurial > peps

changeset 28:b4938632c5c2

Added content. First real version of this PEP

Paul Prescod prescod@prescod.net
date Fri, 21 Jul 2000 21:14:26 +0000
parents e40b23dd57b1
children 5a659d181adf
files pep-0213.txt
diffstat 1 files changed, 191 insertions(+), 0 deletions(-)[+] [-] pep-0213.txt 191

line wrap: on

line diff

--- a/pep-0213.txt +++ b/pep-0213.txt @@ -6,6 +6,197 @@ Python-Version: 2.0 Status: Incomplete +Introduction +

+

+ +Justification +

+

+

+

+

+

+

+ +Current Solution +

+

+

+

+

+

+ +Proposed Syntax

+

+

+

+

+

+

+ +Proposed Implementation

+

+

+ +Caveats +

+ + >>> def prn(*args):print args + >>> class a: + ... setattr=prn

+

Local Variables: mode: indented-text