diff options
author | Guido van Rossum <guido@python.org> | 1997-11-25 15:33:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-25 15:33:44 (GMT) |
commit | 682fbe55e5be58868b5971fd15d8fd2e99c2e88b (patch) | |
tree | ab0113dadc889defb2e9d7536711fe2dd0ecec3c /Demo/metaclasses | |
parent | dd58469d8a430f2fe50216b94aaf717c9ebcfe98 (diff) | |
download | cpython-682fbe55e5be58868b5971fd15d8fd2e99c2e88b.zip cpython-682fbe55e5be58868b5971fd15d8fd2e99c2e88b.tar.gz cpython-682fbe55e5be58868b5971fd15d8fd2e99c2e88b.tar.bz2 |
Remove hyperlink to time-sensitive Python release info.
Diffstat (limited to 'Demo/metaclasses')
-rw-r--r-- | Demo/metaclasses/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/metaclasses/index.html b/Demo/metaclasses/index.html index b87d2c2..a8c3629 100644 --- a/Demo/metaclasses/index.html +++ b/Demo/metaclasses/index.html @@ -9,8 +9,8 @@ <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 <A -HREF="../../1.5a3/">Python 1.5a3</A>.</b> +<P><b>Note: this document describes a feature only released in Python +1.5 (starting with 1.5a3).</b> <P>In previous Python releases (and still in 1.5), there is something called the ``Don Beaudry hook'', after its inventor and champion. |