[issue20732] Custom logging formatter doesnt work in 3.3.4

2014-02-22 Thread Vinay Sajip
Vinay Sajip added the comment: The change was necessitated by the fix for #20242. Sorry for the inconvenience, but the fix was implemented in what seemed like the most appropriate way. Of course, _STYLES is an internal implementation detail which could change again in the future. Having expla

[issue20732] Custom logging formatter doesnt work in 3.3.4

2014-02-22 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue20732] Custom logging formatter doesnt work in 3.3.4

2014-02-22 Thread Derek Wallace
New submission from Derek Wallace: Hi, I use the logging module and have created a custom formatter to format the log messages different for each logging level. This was developed with 3.3.3. When i upgraded to 3.3.4 it no longer worked. I got the error TypeError: 'tuple' object is not callable