Am 18.04.13 17:29, schrieb Mauricio de Abreu Antunes:
> Nice Job! Do you know The True reason since % is not a escape character?
> 

Thank you.
I am not sure. I am not deep enough in python to answer this question,
but i think it is relatet to

Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 01:25:11)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> t="test"
>>> print("this is an %s" % t)
this is an test
>>>

The parser sees a %-sign and expects an format character. But i am not
sure, this is the problem.

Wolfgang


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to