New submission from A. Libotean:

Current implementation of RotatingFileHandler ignores the encoding when 
computing the entry byte length.

I've attached a modified version that will compute the entry lenght in bytes.

----------
components: Library (Lib)
files: rotatingfilehandler.py
messages: 207417
nosy: alibotean
priority: normal
severity: normal
status: open
title: Logging: RotatingFileHandler computes string length instead of byte 
representation length.
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file33322/rotatingfilehandler.py

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

Reply via email to