[PyKDE] apply(func, args) deprecated
Torsten Marek
shlomme at gmx.net
Fri Aug 1 14:10:00 BST 2003
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 <shlomme at gmx.net>
ID: A244C858 -- fingerprint 1902 0002 5DFC 856B F146 894C 7CC5 451E
A244 C858
www.keyserver.net -- wwwkeys.eu.pgp.net
< information must flow >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 252 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20030801/ab542569/attachment.bin
More information about the PyQt
mailing list