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 bethard
Recipients bethard, docs@python, shima__shima, terry.reedy
Date 2012-07-21.20:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342901603.06.0.70901290226.issue14391@psf.upfronthosting.co.za>
In-reply-to
Content
The patch supplied was in reverse, but the bug report was correct. You can't pass "type=string" since there's no string callable, only a str callable.

The docstring is confusing because the quotes make it looks like we mean the string 'str', when we actually mean the callable 'str'. Maybe they should be `str` or ``str``? Not sure what the syntax for code, not string literals, is for docstrings.

Anyway, this should be an easy fix for a doc person.
History
Date User Action Args
2012-07-21 20:13:23bethardsetrecipients: + bethard, terry.reedy, docs@python, shima__shima
2012-07-21 20:13:23bethardsetmessageid: <1342901603.06.0.70901290226.issue14391@psf.upfronthosting.co.za>
2012-07-21 20:13:22bethardlinkissue14391 messages
2012-07-21 20:13:22bethardcreate