[Python-checkins] CVS: python/nondist/peps pep-0232.txt,1.8,1.9

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 26 Feb 2001 10:13:07 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv25962

Modified Files:
	pep-0232.txt 
Log Message:
Added reference to Michael Hudson's SF implementation of the "having"
syntax.


Index: pep-0232.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0232.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** pep-0232.txt	2001/02/26 18:03:35	1.8
--- pep-0232.txt	2001/02/26 18:13:05	1.9
***************
*** 176,179 ****
--- 176,183 ----
             }
  
+       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,233 ****
--- 234,240 ----
  
      [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