Gisle Vanem wrote:
> Regrading handy uses of ''', you learned me one trick when using Pythonÿ
> code in a Windows .bat file:
>
> rem = '''
> @echo off
> echo This is batch
> \python32\python %0
> echo All done
> exit /b
> rem '''
> import sys
> print("This is Python")
> for i,p in enum
Gisle V.
"Computers are useless. They can only give answers" --Pablo Picasso
Chris Angelico wrote:
> For SQL? Ignore the extra spaces, it's a free-form language. The only
> reason to consider dedent() would be if you're worried about how your
> log files will look. The actual execution of