[reportlab-users] open_for_read and Window file paths

Robin Becker reportlab-users@reportlab.com
Fri, 04 Jun 2004 08:53:35 +0100


Chris Withers wrote:
> Robin Becker wrote:
> 
>> Bogdan M. Maryniuck wrote:
>>
>>> On Thu, Jun 03, 2004 at 12:26:05PM +0100, Robin Becker wrote:
>>>
>>>> del urllib
>>>
>>>
>>> Why del?
>>>
>> urllib isn't needed afterwards, we keep the urlopen reference in the 
>> default argument.
> 
> 
> But still, why del?
> 
> Chris
> 
I suppose just to clean the namespace, the right alternative is to 
specify the exportables using __all__
-- 
Robin Becker