[New-bugs-announce] [issue18335] Add textwrap.dedent, .indent, as str methods.
Terry J. Reedy
report at bugs.python.org
Mon Jul 1 07:33:49 CEST 2013
New submission from Terry J. Reedy:
To end proposals for new syntax to do what they do for triple-quoted strings. Nick Coghlan gave reasons as follows: run time cost small, can be optimized away, would be used more than some other string methods.
http://mail.python.org/pipermail/python-ideas/2013-July/021717.html
In response, Guido said "That's a compelling argument. Let's do it."
http://mail.python.org/pipermail/python-ideas/2013-July/021718.html
----------
messages: 192109
nosy: ncoghlan, terry.reedy
priority: normal
severity: normal
stage: test needed
status: open
title: Add textwrap.dedent, .indent, as str methods.
type: enhancement
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18335>
_______________________________________
More information about the New-bugs-announce
mailing list