[Python-checkins] CVS: python/dist/src/Demo/metaclasses index.html,1.8,1.9
Guido van Rossum
guido@cnri.reston.va.us
2000年1月20日 16:37:22 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Demo/metaclasses
In directory eric:/projects/python/python.org/ftp/pub/www.python.org/doc/essays/metaclasses
Modified Files:
index.html
Log Message:
Fix some broken links.
Index: index.html
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Demo/metaclasses/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** index.html 1998年08月10日 01:54:40 1.8
--- index.html 2000年01月20日 21:37:19 1.9
***************
*** 28,32 ****
HREF="http://maigret.cog.brown.edu/pyutil/">MESS</A> package; Jim
Fulton has used it in his <A
! HREF="http://www.digicool.com/papers/ExtensionClass.html">Extension
Classes</A> package. (It has also been referred to as the ``Don
Beaudry <i>hack</i>,'' but that's a misnomer. There's nothing hackish
--- 28,32 ----
HREF="http://maigret.cog.brown.edu/pyutil/">MESS</A> package; Jim
Fulton has used it in his <A
! HREF="http://www.digicool.com/releases/ExtensionClass/">Extension
Classes</A> package. (It has also been referred to as the ``Don
Beaudry <i>hack</i>,'' but that's a misnomer. There's nothing hackish
***************
*** 63,67 ****
<P>(Types are not classes, by the way. See questions 4.2, 4.19 and in
particular 6.22 in the <A
! HREF="http://grail.cnri.reston.va.us/cgi-bin/faqw.py" >Python FAQ</A>
for more on this topic.)
--- 63,67 ----
<P>(Types are not classes, by the way. See questions 4.2, 4.19 and in
particular 6.22 in the <A
! HREF="http://www.python.org/cgi-bin/faqw.py" >Python FAQ</A>
for more on this topic.)
***************
*** 194,198 ****
This is exactly the same as before except that instead of type(B),
B.__class__ is invoked. If you have read <A HREF=
! "http://grail.cnri.reston.va.us/cgi-bin/faqw.py?req=show&file=faq06.022.htp"
>FAQ question 6.22</A> you will understand that while there is a big
technical difference between type(B) and B.__class__, they play the
--- 194,198 ----
This is exactly the same as before except that instead of type(B),
B.__class__ is invoked. If you have read <A HREF=
! "http://www.python.org/cgi-bin/faqw.py?req=show&file=faq06.022.htp"
>FAQ question 6.22</A> you will understand that while there is a big
technical difference between type(B) and B.__class__, they play the