Chris worte: [snip] > And repr("''") ==> "\"''\"" > Which when print()-ed is: "''" > And eval("''") is the same as entering two apostrophes ('') at the > REPL, both of which give an empty string object.
On my machine: >>> repr("''") '"\'\'"' Han -- http://mail.python.org/mailman/listinfo/python-list