New submission from Gunnlaugur Thor Briem:
In logging.handlers.MemoryHandler documentation:
“Changed in version 2.6: credentials was added.”
There's no `credentials` anywhere nearby, and at first glance I can't see
anything new in `MemoryHandler` when this was introduced. Pres
New submission from Gunnlaugur Thor Briem :
The ``processName`` format mapping key in logging formats works in versions
2.6.*, 2.7.* and 3.1.* onwards; in 2.5 and down and in 3.0.1, ``format`` fails
when this key is present in the format.
But in 2.6.8 docs, this mapping key is not documented
Gunnlaugur Thor Briem added the comment:
Replacing the message with its repr seems to me at least strongly preferable to
the current “hide it all” behavior. :)
Better, msg.encode('ascii', 'backslashreplace') does what repr does with
unencodable characters, but does not ad