Build Update for wikimedia/pywikibot-core
-------------------------------------

Build: #1737
Status: Passed

Duration: 54 minutes and 11 seconds
Commit: f4fca8f (master)
Author: Merlijn van Deen
Message: Win32 input for py3: streams are unicode not bytes

On Python 2, streams are bytes, so the unicode data returned from the
win32 api needs to be encoded (as utf-8, in this case). In Python 3,
this is all unicode, so we need to skip the encoding step.

Decoding works OK due to the 'if isinstance(x, unicode)' blocks.

Bug: T76236
Change-Id: I4121ac87816b144e334e7e47c61ce445f0b6e2c9

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/b10b03cf76ca...f4fca8fd4a25

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42421861

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to