On Sun, May 25, 2008 at 9:45 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote:
> Terry Reedy wrote:
>>
>> |
>> | - Add ``isprintable()`` method to the string type. ``str.isprintable()``
>> | return True if ``repr()`` should escape the characters in the string,
>> | False otherwise.
>>
>> Is not this ba
Terry Reedy wrote:
|
| - Add ``isprintable()`` method to the string type. ``str.isprintable()``
| return True if ``repr()`` should escape the characters in the string,
| False otherwise.
Is not this backwards? Isprintable to me mean should *not* escape.
I agree (I suspect the incorrect phra
|
| - Add ``isprintable()`` method to the string type. ``str.isprintable()``
| return True if ``repr()`` should escape the characters in the string,
| False otherwise.
Is not this backwards? Isprintable to me mean should *not* escape.
___
Python-