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 techtonik
Recipients eric.araujo, ezio.melotti, r.david.murray, serhiy.storchaka, techtonik, zach.mathew
Date 2012-11-26.09:25:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353921944.97.0.986954252515.issue16333@psf.upfronthosting.co.za>
In-reply-to
Content
',' makes lists less readable, directly the opposite of what the *indent* option is for. The *separators* variable is a insufficient solution, because it was not designed to work with indents.

Therefore the original solution to strip trailing space when indent is active is a perfect intuitive default.
History
Date User Action Args
2012-11-26 09:25:45techtoniksetrecipients: + techtonik, ezio.melotti, eric.araujo, r.david.murray, serhiy.storchaka, zach.mathew
2012-11-26 09:25:44techtoniksetmessageid: <1353921944.97.0.986954252515.issue16333@psf.upfronthosting.co.za>
2012-11-26 09:25:44techtoniklinkissue16333 messages
2012-11-26 09:25:44techtonikcreate