diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html index 77186cc10ca9..1a54cdd7e63a 100644 --- a/Demo/metaclasses/index.html +++ b/Demo/metaclasses/index.html @@ -9,8 +9,16 @@
Note: this document describes a feature only released in Python -1.5 (starting with 1.5a3). +
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 @@
(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.)