New submission from Rodolfo Alonso <rodolfo...@gmail.com>:

When using Pycharm to execute unit/functional tests (OpenStack development), 
oslo_privsep.daemon._ClientChannel.out_of_band retrieves the record from the 
input arguments. Pycharm arguments are stored in a dictionary using bytes 
instead of strings.

When logging.makeLogRecord tries to update "rv", the value in "dict" parameter 
(using bytes) doesn't update "rv" values.

----------
messages: 335925
nosy: ralonsoh
priority: normal
severity: normal
status: open
title: logging.makeLogRecord should update "rv" using a dict defined with bytes 
instead of strings
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to