[Python-checkins] python/nondist/peps pep-0227.txt,1.10,1.11

kbk@users.sourceforge.net kbk at users.sourceforge.net
Mon Oct 10 19:37:51 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21834

Modified Files:
	pep-0227.txt 
Log Message:
Fix type and dead link


Index: pep-0227.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0227.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pep-0227.txt	12 Jun 2003 13:54:00 -0000	1.10
+++ pep-0227.txt	10 Oct 2005 17:37:48 -0000	1.11
@@ -118,9 +118,9 @@
     contained within a class definition, the name bindings that occur
     in the class block are not visible to enclosed functions.)
 
-    A class definition is an executable statement that may uses and
-    definitions of names.  These references follow the normal rules
-    for name resolution.  The namespace of the class definition
+    A class definition is an executable statement that may contain
+    uses and definitions of names.  These references follow the normal
+    rules for name resolution.  The namespace of the class definition
     becomes the attribute dictionary of the class.
 
     The following operations are name binding operations.  If they
@@ -489,7 +489,7 @@
     [1] Luca Cardelli.  Compiling a functional language.  In Proc. of
     the 1984 ACM Conference on Lisp and Functional Programming,
     pp. 208-217, Aug. 1984
-        http://citeseer.nj.nec.com/cardelli84compiling.html
+        http://citeseer.ist.psu.edu/cardelli84compiling.html
 
 Copyright
 



More information about the Python-checkins mailing list