3.0a6 (2008-04-07)

  • The RotatingFileLogger had a race condition in its doRollovermethod whereby a file might not actually exist despite a call toos.path.exists on the line above a place where we try to removeit. We catch the exception now and ignore the missing file.