This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients docs@python, georg.brandl, tshepang
Date 2013-01-13.10:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358074056.38.0.844333692594.issue16951@psf.upfronthosting.co.za>
In-reply-to
Content
It means not write 

a = "abc    "

as

a = """abc    
"""

with the four spaces trailing at the end of the line.  I don't think there is a more concise way of putting it in the PEP.
History
Date User Action Args
2013-01-13 10:47:36georg.brandlsetrecipients: + georg.brandl, docs@python, tshepang
2013-01-13 10:47:36georg.brandlsetmessageid: <1358074056.38.0.844333692594.issue16951@psf.upfronthosting.co.za>
2013-01-13 10:47:36georg.brandllinkissue16951 messages
2013-01-13 10:47:36georg.brandlcreate