Lee Griffiths added the comment:
a) This below issue added doc to py2.7 that calls out PYTHONHASHSEED, but py
doesn't currently contain those words
https://bugs.python.org/issue27706
It'd be useful to have the something whether the "behaviour" is fixed or not,
as pro
New submission from Lee Griffiths:
If you write a really big string to an empty file, and that string is >
maxBytes, then `RotatingFileHandler` (or even `BaseRotatingHandler`) will roll
that empty file into the backup queue.
I think it should instead use that empty file for the mega-str