From pykde Fri Nov 26 06:46:32 2004 From: Gerard Vermeulen Date: Fri, 26 Nov 2004 06:46:32 +0000 To: pykde Subject: Re: [PyKDE] Request for more SIP features -- Oops Message-Id: <20041126074632.4b9d491b.gerard.vermeulen () grenoble ! cnrs ! fr> X-MARC-Message: https://marc.info/?l=pykde&m=110145175404948 On Fri, 26 Nov 2004 07:18:56 +0100 Gerard Vermeulen wrote: Oops, must have been still sleeping: > > (2) the enums wrapped by SIP are mutable, but Python has the facility to define real constants: > > >>> import termios > >>> print termios.B110 > 3 > >>> termios.B110 = 0 > >>> print termios.B110 > 0 > >>> Obviously this disproves my claim of immutable Python constants Gerard _______________________________________________ PyKDE mailing list PyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde