[Python-Dev] On quote styles

Benji York benji at zope.com
Mon May 12 23:16:30 CEST 2008


On Sat, May 10, 2008 at 10:51 PM,  <skip at pobox.com> wrote:

>  It might be useful to have a wiki page which identified some of the
>  conventions people use.

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"
-- 
Benji York


More information about the Python-Dev mailing list