summaryrefslogtreecommitdiff
path: root/Demo/metaclasses
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-10 01:54:40 +0000
committerGuido van Rossum <guido@python.org>1998-08-10 01:54:40 +0000
commit69cec579c4fc3f7a5ae5478c527489472b61b09f (patch)
tree0bd9ad6b76d918263fba4a57aa318addcce41d1a /Demo/metaclasses
parent0970940fc2dc841345cc400625c19e254600a7af (diff)
downloadcpython-69cec579c4fc3f7a5ae5478c527489472b61b09f.tar.gz
New warnings to the uninitiated reader.
Diffstat (limited to 'Demo/metaclasses')
-rw-r--r--Demo/metaclasses/index.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html
index 77186cc10c..1a54cdd7e6 100644
--- a/Demo/metaclasses/index.html
+++ b/Demo/metaclasses/index.html
@@ -9,8 +9,16 @@
<H1>Metaclasses in Python 1.5</H1>
<H2>(A.k.a. The Killer Joke :-)</H2>
-<P><b>Note: this document describes a feature only released in Python
-1.5 (starting with 1.5a3).</b>
+<HR>
+
+(<i>Postscript:</i> reading this essay is probably not the best way to
+understand the metaclass hook described here. See a <A
+HREF="meta-vladimir.txt">message posted by Vladimir Marangozov</A>
+which may give a gentler introduction to the matter. You may also
+want to search Deja News for messages with "metaclass" in the subject
+posted to comp.lang.python in July and August 1998.)
+
+<HR>
<P>In previous Python releases (and still in 1.5), there is something
called the ``Don Beaudry hook'', after its inventor and champion.
@@ -27,8 +35,7 @@ there's something dark to it.)
<P>(On first reading, you may want to skip directly to the examples in
the section "Writing Metaclasses in Python" below, unless you want
-your head to explode.) (XXX I should really restructure this document
-to place the historic notes last. After 1.5a4 is released...)
+your head to explode.)
<P>