On Tue, Mar 15, 2005 at 09:46:54AM -0500, Tom Lane wrote:
> "Sim Zacks" <[EMAIL PROTECTED]> writes:
> > I've been looking at the possibility of having a planned CR in the source
> > code and I don't see a case where it would happen.
> 
> Does python actually disallow newlines in string literals?  That is
> 
>       x = 'foo
> bar'
> 
> Whether you think this is good style is not the question --- is it
> allowed by the language?

You can do

        x = """this has
newlines embedded"""

-- 
Alvaro Herrera (<[EMAIL PROTECTED]>)
"Linux transformó mi computadora, de una `máquina para hacer cosas',
en un aparato realmente entretenido, sobre el cual cada día aprendo
algo nuevo" (Jaime Salinas)

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to