This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author saurabhgupta2u
Recipients christian.heimes, saurabhgupta2u
Date 2013-07-22.07:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374479107.27.0.385075779231.issue18525@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import shutil
>>> shutil.__file__
'C:\\Python26\\lib\\shutil.pyc'
>>> dir(shutil)
['Error', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '_basename', '_samefile', 'abspath', 'copy', 'copy2', 'copyfile', 'copyfileobj', 'copymode', 'copystat', 'copytree', 'destinsrc', 'errno', 'fnmatch', 'ignore_patterns', 'move', 'os', 'rmtree', 'stat', 'sys']
History
Date User Action Args
2013-07-22 07:45:07saurabhgupta2usetrecipients: + saurabhgupta2u, christian.heimes
2013-07-22 07:45:07saurabhgupta2usetmessageid: <1374479107.27.0.385075779231.issue18525@psf.upfronthosting.co.za>
2013-07-22 07:45:07saurabhgupta2ulinkissue18525 messages
2013-07-22 07:45:06saurabhgupta2ucreate