[docs] [issue37331] logging.handlers.DatagramHandler sends bad data to socketserver.DatagramRequestHandler
Vinay Sajip
report at bugs.python.org
Wed Jun 19 09:57:38 EDT 2019
Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:
It is mentioned here:
https://docs.python.org/3/library/logging.handlers.html?highlight=datagramhandler#logging.handlers.SocketHandler.makePickle
although that doesn't go into the detail of the struct.pack format. I'll update the documentation to rectify this.
----------
assignee: -> docs at python
components: +Documentation -Library (Lib)
nosy: +docs at python
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37331>
_______________________________________
More information about the docs
mailing list