Script Discussion & Critique

Peter Otten __peter__ at web.de
Thu Aug 28 02:41:45 EDT 2003


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 :-)

Peter




More information about the Python-list mailing list