Is the RotatingFileHandler (from the logging module) available in
Python 2.3.5? I'm getting a "AttributeError: 'module' object has no
attribute 'RotatingFileHandler'" error message when trying to use it.
Thank you
RotatingFileHandler in Python 2.3.5
|