Added reference to Michael Hudson's SF implementation of the "having"
syntax.
This commit is contained in:
parent
f18e64ab07
commit
63478e96e1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue