[Buildbot-commits] [Buildbot] #2638: [nine] Encodings for all Change Sources

Buildbot trac trac at buildbot.net
Fri Jan 10 19:46:58 UTC 2014


#2638: [nine] Encodings for all Change Sources
------------------------+------------------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.9.0
 Version:               |   Keywords:  simple, encoding
------------------------+------------------------------
 All change sources take data from somewhere else, and in many cases that
 data arrives in the form of bytestrings.
 By the time that data makes it to the data API's `addChange` method, it
 needs to be unicode.
 Some change sources already handle this, using an 'encoding' parameter to
 indicate the encoding expected for any bytestrings.
 However, other change sources - notably, those in `mail.py`, don't.
 Those change sources should be tested, then fixed to handle bytestrings
 correctly.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2638>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list