From 63478e96e167502a5361b0e6c28edc17d488ac7e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 26 Feb 2001 18:13:05 +0000 Subject: [PATCH] Added reference to Michael Hudson's SF implementation of the "having" syntax. --- pep-0232.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0232.txt b/pep-0232.txt index d70862986..caf05bf9f 100644 --- a/pep-0232.txt +++ b/pep-0232.txt @@ -175,6 +175,10 @@ Future Directions # etc. } + def a(args) having (publish = 1): + # see reference [3] + pass + The BDFL is currently against any such special syntactic support for setting arbitrary function attributes. @@ -230,6 +234,9 @@ References [2] http://classic.zope.org:8080/Documentation/Reference/ORB + [3] Hudson, Michael, SourceForge patch implementing this syntax, + http://sourceforge.net/tracker/index.php?func=detail&aid=403441&group_id=5470&atid=305470 + Copyright