Newbie-Question concerning list and inheritance

From: Nils Stritzel (nils.stritzelWITHOUTTHIS_at_gmx.net)
Date: 01/27/05


Date: Thu, 27 Jan 2005 16:35:38 +0100

I would like to use the build-in list under a different name like this
(defclass mylist (list)())
but this seems not possible. Maybe someone can enlighten me why it is this way.

Nils