Hello,

maybe you noticed, because apply(func, args) is deprecated with Python 2.3, so if you are writing new code, you are encouraged to use func(*args). I think this is especially important since all calls to base class constructors are normally done this way (e.g. in the PyQt examples).
Just wanted to let you know, since apply() does not raise a warning (at least with my python build).

greetings

Torsten
--
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- fingerprint 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858
www.keyserver.net -- wwwkeys.eu.pgp.net

< information must flow >


Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to