Message 309490 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
Apologies if this is obvious and already in progress, but the issue with Windows and this change appears to be that the "utf-8.file" file is being treated as text rather than binary.

So the line ending is expanding to CRLF.  The working copy of utf-8.file on my Windows workers is actually 21 bytes, not 20.