On Fri, 26 Nov 2004 07:18:56 +0100
Gerard Vermeulen <[EMAIL PROTECTED]> 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    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to