Hmmm, documentation includes this in an example:
# Next line is always '.', because it is the top dir's path relative to
itself.
Dir('#.').path
but when I try (2.5.1), it's actually expanded out to the same as .abspath:
/home/mats/tmp/scons
expected?