Saurabh Gupta added the comment:

And, the same thing on linux:

>>> import shutil
>>> print shutil.__file__
/software/package/linux64_centos6/python/2.6.7/lib/python2.6/shutil.pyc
>>> print dir(shutil)
['Error', 'WindowsError', '__all__', '__builtins__', '__doc__', '__file__', '__n
ame__', '__package__', '_basename', '_samefile', 'abspath', 'copy', 'copy2', 'co
pyfile', 'copyfileobj', 'copymode', 'copystat', 'copytree', 'destinsrc', 'errno'
, 'fnmatch', 'ignore_patterns', 'move', 'os', 'rmtree', 'stat', 'sys']

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18525>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to