>>>>> "Benji" == Benji York <benji at zope.com> writes: Benji> One such entry could be "Do what python does.": >>> 'I am a string.' 'I am a string.' >>> "I'm a string" "I'm a string" That would be the principle of fewest backslashes. ;-) Skip