From: Guido van Rossum Date: Mon, 10 Aug 1998 01:54:40 +0000 (+0000) Subject: New warnings to the uninitiated reader. X-Git-Tag: v1.5.2a1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d895749b61da4bb937b47f69835b3d6ec2495767;p=python New warnings to the uninitiated reader. --- 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 @@

Metaclasses in Python 1.5

(A.k.a. The Killer Joke :-)

-

Note: this document describes a feature only released in Python -1.5 (starting with 1.5a3). +


+ +(Postscript: reading this essay is probably not the best way to +understand the metaclass hook described here. See a message posted by Vladimir Marangozov +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.) + +

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.)

(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.)