[Scons-dev] Merge PR #235 before release

anatoly techtonik techtonik at gmail.com
Tue May 26 14:01:48 EDT 2015


It appears that it is one of those Python 3 issues... The tree printer attempts
to use io.StringIO, which accepts only unicode, but there is no guarantee
that all node representations are unicode, or is it?

Especially for filenames, which may depend on filesystem encoding. How
SCons deals with them?


More information about the Scons-dev mailing list