py2exe: warning: use func(*args, **kwargs) instead of apply(func, args, kwargs)
Achim Domma
domma at procoders.net
Sun Nov 9 10:11:08 EST 2003
More information about the Python-list mailing list
Sun Nov 9 10:11:08 EST 2003
- Previous message (by thread): py2exe: warning: use func(*args, **kwargs) instead of apply(func, args, kwargs)
- Next message (by thread): Help for unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm using py2exe to create a exe out of a python script. If works fine so far, but a get lot's of this warnings: warning: use func(*args, **kwargs) instead of apply(func, args, kwargs) I tried the last stable version of py2exe and the prerelease for 0.5. Both show this behavior. Can somebody tell me what the message means and how to avoid it? regards, Achim
- Previous message (by thread): py2exe: warning: use func(*args, **kwargs) instead of apply(func, args, kwargs)
- Next message (by thread): Help for unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list