Michael Osipov created SERF-192:
-----------------------------------
Summary: SConscruct not properly running with Python 3/SCons 3.0.5
Key: SERF-192
URL: https://issues.apache.org/jira/browse/SERF-192
Project: serf
Issue Type: Bug
Affects Versions: serf-1.3.9
Reporter: Michael Osipov
Python 3 complains that {{env.File('serf.h').get_contents()}} is a byte array
and {{re.search()}} wants a string. A simple
{{env.File('serf.h').get_text_contents()}}} solves the issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)