[Buildbot-commits] [Buildbot] #2091: MailNotifier chokes on try job with non-ascii char in first line of patch?

Buildbot nobody at buildbot.net
Sat Sep 3 22:27:42 UTC 2011


#2091: MailNotifier chokes on try job with non-ascii char in first line of patch?
---------------------+---------------------
Reporter:  dank      |       Owner:
    Type:  defect    |      Status:  closed
Priority:  major     |   Milestone:  0.8.5
 Version:  master    |  Resolution:  fixed
Keywords:  encoding  |
---------------------+---------------------
Changes (by Dustin J. Mitchell):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 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.
  Changeset: 6c0f1bb630f42df4cb5b02de3e4c2349e196dca8

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2091#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list