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
Date 2005-07-13.16:48:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
textwrap.dedent() is very useful for in-code multi-line
string literals. However, as it is "hidden" in a module
it does not really fit in, people don't use it and
instead propose new string literal syntax for "dedented".

str.dedent with an efficient C implementation would
solve this.
History
Date User Action Args
2007-08-23 16:11:12adminlinkissue1237680 messages
2007-08-23 16:11:12admincreate