This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients
Date 2004-06-19.20:57:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

If you read PEP 291 (http://www.python.org/peps/pep-0291.html) you 
will notice that the logging module is to be kept backwards-compatible to 
1.5.2 .  This requires using apply() instead of ``*args, **kwargs``.
History
Date User Action Args
2007-08-23 14:22:43adminlinkissue975404 messages
2007-08-23 14:22:43admincreate