meaning of two different single-quote characters?

Mike Johnson abig10_4 at hotmail.com
Sat Jan 5 11:07:42 EST 2002


I was working through some example in "Thinking in Python".  Had never noticed
the difference between Python's use of
   '

vs
   `

the "'" character is the normal string-quoter.

the "`" character seems to be an operator that shows the value of an object.

Was unable to find docs on this.  

Anyone?

mike


-- 
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG



More information about the Python-list mailing list