On 2006-10-19, Leo Kislov <[EMAIL PROTECTED]> wrote:
> Neil Cerutti wrote:
>> It turns out to be troublesome for my case because the
>> EncodedFile object translates calls to readline into calls to
>> read.
>>
>> I believe it ought to raise a NotImplemented exception when
>> readline is called.
>>
Neil Cerutti wrote:
> It turns out to be troublesome for my case because the
> EncodedFile object translates calls to readline into calls to
> read.
>
> I believe it ought to raise a NotImplemented exception when
> readline is called.
>
> As it is it silently causes interactive applications to
>