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 wolfdown
Recipients wolfdown
Date 2008-12-05.09:02:56
SpamBayes Score 1.2034206e-05
Marked as misclassified No
Message-id <1228467778.52.0.173118207596.issue4544@psf.upfronthosting.co.za>
In-reply-to
Content
From textwrap.py: 46863 2006-06-11 19:42:51Z tim.peters

The __all__ define in this module is missing the helper function 'dedent'. 

This causes pydoc to not the list the function correctly.

Secondly, it also prevents 'dedent' from being imported when using 'from
textwrap import *'  (Yes, yes, I know this should never be done. Hence
why it is probably never noticed by anyone.)
History
Date User Action Args
2008-12-05 09:02:58wolfdownsetrecipients: + wolfdown
2008-12-05 09:02:58wolfdownsetmessageid: <1228467778.52.0.173118207596.issue4544@psf.upfronthosting.co.za>
2008-12-05 09:02:57wolfdownlinkissue4544 messages
2008-12-05 09:02:56wolfdowncreate