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 martin.panter
Recipients Julian, SpaghettiToastBook, barry, cvrebert, eric.araujo, eric.snow, ezio.melotti, martin.panter, ncoghlan, serhiy.storchaka, terry.reedy, tshepang
Date 2013-09-01.01:58:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378000734.59.0.18123441179.issue18335@psf.upfronthosting.co.za>
In-reply-to
Content
If this goes ahead, would a bytes.dedent() method be also considered? I recently discovered that textwrap.dedent() does not work on bytes() in Python 3. I would have used it for the contents of an input file in a test case.

For the record there’s an older issue 1237680 on this, rejected in 2005.
History
Date User Action Args
2013-09-01 01:58:54martin.pantersetrecipients: + martin.panter, barry, terry.reedy, ncoghlan, ezio.melotti, eric.araujo, cvrebert, Julian, tshepang, eric.snow, serhiy.storchaka, SpaghettiToastBook
2013-09-01 01:58:54martin.pantersetmessageid: <1378000734.59.0.18123441179.issue18335@psf.upfronthosting.co.za>
2013-09-01 01:58:54martin.panterlinkissue18335 messages
2013-09-01 01:58:54martin.pantercreate