---
** [issues:#5617] Prepare for encoding changes in Python 3**
**Status:** Started
**Created:** Sat Nov 23, 2019 03:08 PM UTC by Jonas Hahnfeld
**Last Updated:** Sat Nov 23, 2019 03:08 PM UTC
**Owner:** nobody
Prepare for encoding changes in Python 3
This is most of the remaining diff for porting to Python 3,
but this also works in Python 2.4 already (even though not
strictly needed).
Individual changes:
1. Encode strings before hashing
Python 3 requires "bytes-like objects". Apparently we can already
do so in Python 2, even though not needed for correctness.
2. Submit bytes-like objects to processes
Encode strings before writing to input and decode result after reading
from output or error stream.
3. Open midi and musicxml files in binary mode
Only decode once we are sure that the content is not compressed.
http://codereview.appspot.com/573280043
---
Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is
subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto