[Buildbot-commits] [buildbot/buildbot] 6c0f1b: Handle non-unicode patches in MailNotifier

noreply at github.com noreply at github.com
Sat Sep 3 22:27:36 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot

  Commit: 6c0f1bb630f42df4cb5b02de3e4c2349e196dca8
      https://github.com/buildbot/buildbot/commit/6c0f1bb630f42df4cb5b02de3e4c2349e196dca8
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-09-03 (Sat, 03 Sep 2011)

  Changed paths:
    M master/buildbot/status/mail.py
  M master/buildbot/test/unit/test_status_mail.py

  Log Message:
  -----------
  Handle non-unicode patches in MailNotifier

This makes the reasonable assumption that most patches will be
interpretable as unicode, even though they are fundamentally
bytestrings.  Where such interpretation fails, they will be attached to
the mail as binary blobs.  Fixes #2091.






More information about the Commits mailing list