On 2007-08-15, Alex Martelli <[EMAIL PROTECTED]> wrote:
> Neil Cerutti <[EMAIL PROTECTED]> wrote:
>> The documentation says the following about StringIO.close:
>>
>> close( )
>> Free the memory buffer.
>>
>> Or else... what?
>
> Or else the memory buffer sticks around, so you can keep
> ca
Neil Cerutti <[EMAIL PROTECTED]> wrote:
> The documentation says the following about StringIO.close:
>
> close( )
> Free the memory buffer.
>
> Or else... what?
Or else the memory buffer sticks around, so you can keep calling
getvalue as needed. I believe the freeing will happen anyway,