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 eric.araujo
Recipients eric.araujo
Date 2010-06-03.11:42:52
SpamBayes Score 0.14975835
Marked as misclassified No
Message-id <1275565374.87.0.956319261544.issue8887@psf.upfronthosting.co.za>
In-reply-to
Content
Inconsistent behavior:
pydoc3 str: works
pydoc3 str.translate: doesn’t
pydoc3 builtins.str: works
pydoc3 builtins.str.translate: doesn’t

I think pydoc3 str.translate should work. I’ll be able to try to write a patch in some weeks.
History
Date User Action Args
2010-06-03 11:42:54eric.araujosetrecipients: + eric.araujo
2010-06-03 11:42:54eric.araujosetmessageid: <1275565374.87.0.956319261544.issue8887@psf.upfronthosting.co.za>
2010-06-03 11:42:52eric.araujolinkissue8887 messages
2010-06-03 11:42:52eric.araujocreate