Added reference to Michael Hudson's SF implementation of the "having"

syntax.
This commit is contained in:
Barry Warsaw 2001-02-26 18:13:05 +00:00
parent f18e64ab07
commit 63478e96e1
1 changed files with 7 additions and 0 deletions

View File

@ -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