$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-04-17 08:44:49
David Abrahams wrote:
> I checked in some convenience functions to the List class in
> BoostBuild.py. It now interoperates with strings, so 'foo/' * List('bar
> baz') == List('foo/bar foo/baz'), and it also has a nice formatted
> output when printed/repr'ed.
Thank you!
(.... looking for __coerce__ special function docs .... ) oh, I've learned
something new about Python.
- Volodya