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 georg.brandl
Recipients amaury.forgeotdarc, eric.smith, georg.brandl, gvanrossum, ishimoto, lemburg, pitrou
Date 2008-06-04.21:34:42
SpamBayes Score 0.35641366
Marked as misclassified No
Message-id <1212615283.66.0.622129856791.issue2630@psf.upfronthosting.co.za>
In-reply-to
Content
I would expect "abc".isprintable() give me a bool and "abc".printable()
to return a printable string, as with "abc".lower() and "abc".islower().
History
Date User Action Args
2008-06-04 21:34:43georg.brandlsetspambayes_score: 0.356414 -> 0.35641366
recipients: + georg.brandl, lemburg, gvanrossum, ishimoto, amaury.forgeotdarc, pitrou, eric.smith
2008-06-04 21:34:43georg.brandlsetspambayes_score: 0.356414 -> 0.356414
messageid: <1212615283.66.0.622129856791.issue2630@psf.upfronthosting.co.za>
2008-06-04 21:34:42georg.brandllinkissue2630 messages
2008-06-04 21:34:42georg.brandlcreate