> I came across this problem too. "manpy"'s solution to this problem > is to look for the minimum indentation of all lines except the first, > and remove that amount of indentation from all the lines in the string. FWIW, I made the same assumption in my unreleased code. --da