Script Discussion & Critique

Bruno Desthuilliers bdesth.nospam at removeme.free.fr
Thu Aug 28 04:32:18 EDT 2003


Peter Otten wrote:
> Bruno Desthuilliers wrote:
> 
> 
>>Err... Is this my version of Python having troubles, or could it be
>>possible that nobody actually took time to *test* that script ?
> 
> 
> Python 2.3 (#1, Jul 30 2003, 11:19:43)
> [GCC 3.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> 
>>>>import os
>>>>dir(os.walk)
> 
> ['__call__', '__class__', '__delattr__', '__dict__', '__doc__', '__get__',
> '__getattribute__', '__hash__', '__init__', '__module__', '__name__',
> '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__',
> '__str__', 'func_closure', 'func_code', 'func_defaults', 'func_dict',
> 'func_doc', 'func_globals', 'func_name']
> 
> 
> It's time to upgrade :-)
> 
Seems like !-)
I could not believe no one has spotted such a bug.

Thanks everyone
Bruno





More information about the Python-list mailing list