Re: [Scons-dev] scons: path-like objects

2019-09-06 Thread Dirk Bächle
Hi Mats, On 04.09.19 19:29, Mats Wichmann wrote: does anyone think it is important to examine scons for support of Python path-like objects? I think this is important enough to put some research effort in it. But only if we're talking about the FS-centric Node classes "Node.FS.Base" and

Re: [Scons-dev] scons: path-like objects

2019-09-05 Thread Russel Winder
On Wed, 2019-09-04 at 11:29 -0600, Mats Wichmann wrote: > does anyone think it is important to examine scons for support of Python > path-like objects? > As soon as SCons ditches Python 2 support then reviewing all the path handling to perhaps use pathlib rather than strings would be a good

[Scons-dev] scons: path-like objects

2019-09-04 Thread Mats Wichmann
does anyone think it is important to examine scons for support of Python path-like objects? path-like object An object representing a file system path. A path-like object is either a str or bytes object representing a path, or an object implementing the os.PathLike protocol. An object that