Re: AIX crashes with python3
Mats Wichmann <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
On 7/7/20 12:57 PM, Bill Deegan wrote: > There are cases where you want bytes. > (For example some of our tests it's better to get bytes than text) > Also text sometimes = universal new lines, which isn't separately > selectable and can cause win/posix compat issues. Yes, but I maintain the specific case of "we call a command in order to collect some answer from it as part of detection" should be text. gcc --version etc.