Re: Filtering out non-readable characters
- From: Peter Hansen <peter@xxxxxxxxxxx>
- Date: Sat, 16 Jul 2005 20:36:01 -0400
Jp Calderone wrote:
On Sat, 16 Jul 2005 19:01:50 -0400, Peter Hansen <peter@xxxxxxxxxxx> wrote:George Sakkis wrote:http://python.org/doc/lib/node109.htmlidentity = string.maketrans('','')
Wow! That's handy, not to mention undocumented. (At least in the string module docs.) Where did you learn that, George?
Perhaps I was unclear. I thought it would be obvious that I knew where to find the docs for maketrans(), but that the particular behaviour shown (i.e. arguments of '' having that effect) was undocumented in that page.
-Peter .
- Follow-Ups:
- Re: Filtering out non-readable characters
- From: George Sakkis
- Re: Filtering out non-readable characters
- References:
- Re: Filtering out non-readable characters
- From: Jp Calderone
- Re: Filtering out non-readable characters
- Prev by Date: Re: Python Programming Contest
- Next by Date: Re: Filtering out non-readable characters
- Previous by thread: Re: Filtering out non-readable characters
- Next by thread: Re: Filtering out non-readable characters
- Index(es):
Relevant Pages
|