inicio mail me! sindicaci;ón

Updates from Python SVN, Part 7

  • logging.SMTPHandler now supports authentication credentials through (username, password) tuple as the last argument of the constructor.

  • logging.SocketHandler.makeSocket has an optional timeout argument.

  • Added logging.WatchedFileHandler to better support external log file rotation. Useful only in Unix/Linux environments.

  • BaseException.message has been deprecated (see PEP 352 for the rationale).

  • The popen2 module and os.popen* are now deprecated in favor of the subprocess module.

Related posts

  • Updates from Python SVN, Part 12
  • Updates from Python SVN, Part 6
  • Updates from Python SVN, Part 10
  • Updates from Python SVN, Part 11
  • Updates from Python SVN, Part 16
  • Gravatar

    Bill Mill said,

    May 13, 2007 @ 3:21 am

    Keep it up, these rock.

    -Bill Mill

    Gravatar

    Lawrence said,

    May 13, 2007 @ 11:01 am

    thanks :-)

    RSS feed for comments on this post · TrackBack URI

    Leave a Comment