On Fri, Jul 13, 2001 at 07:05:17PM -0400, D-Man wrote: ... > Ok, sure, replace the space separator between the versions with a > different ASCII separator.
Won't do either, as this would make it impossible to pass default options like: #!/usr/bin/python -u I know, this also doesn't work with #!/usr/bin/env python -u and that's why I don't like that idiom (or actually I don't like this restriction in linux:) -- groetjes, carel