[issue12258] Clean up bytes I/O in get_compiler_versions

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue12258] Clean up bytes I/O in get_compiler_versions

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue12258] Clean up bytes I/O in get_compiler_versions

2011-06-03 Thread Éric Araujo
New submission from Éric Araujo : get_compiler_versions uses string regexes to match bytes streams returned by subprocess. The test did not catch this because they mock subprocess output with strings in self._exes. We have to decide whether we propagate the bytes object up (and fix two regex