Hello all,

I'm looking at the upcoming Node API changes (for __slots__) mentioned here:

https://pairlist4.pair.net/pipermail/scons-users/2014-July/002734.html

Is it correct that we will be unable to use t.abspath in v2.4, and will
instead need to use a new method, t.get_abspath()? Is there any reason the
previous attribute name couldn't instead be implemented with @property, so
it doesn't break any existing code?

There are a few places where our builds use .abspath because there seemed
to be no better way. I have no problem porting the code to work with 2.4
but I'm wondering how many others there are.

Jonathon
_______________________________________________
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev

Reply via email to