Vinay Sajip <[EMAIL PROTECTED]> added the comment: You don't need to change the logging package for this. Simply generate a bona-fide dict from your UserDict or DictMixin subclass as follows:
dict(userDict_or_mixIn_instance) and pass that into the logging call instead of userDict_or_mixIn_instance. ---------- assignee: -> vsajip nosy: +vsajip resolution: -> invalid status: open -> closed __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2473> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com