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 chfoo
Recipients chfoo, docs@python
Date 2014-11-06.04:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415248513.64.0.157096168022.issue22803@psf.upfronthosting.co.za>
In-reply-to
Content
I was running my program under CI and it failed under 3.2:

    text = textwrap.indent(text, '* ', predicate=lambda line: True)

    AttributeError: 'module' object has no attribute 'indent'

textwrap.indent appears to be a new feature in 3.3 but Doc/library/textwrap.rst is not documented with ".. versionadded:: 3.3"
History
Date User Action Args
2014-11-06 04:35:13chfoosetrecipients: + chfoo, docs@python
2014-11-06 04:35:13chfoosetmessageid: <1415248513.64.0.157096168022.issue22803@psf.upfronthosting.co.za>
2014-11-06 04:35:13chfoolinkissue22803 messages
2014-11-06 04:35:12chfoocreate