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 shivam_python_issues
Recipients mark.dickinson, shivam_python_issues, terry.reedy, vstinner
Date 2012-02-13.12:02:48
SpamBayes Score 0.0027066118
Marked as misclassified No
Message-id <1329134569.47.0.971908019756.issue13986@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Terry,
  Thanks for your reply.

  I am made changes suggested by you but still getting the same error:

  Below is the change that have been made:

        try:
            local_var = (os.fstat(f.fileno()).st_mtime) --> added line
            print "Value of local_var",local_var --> added line
            timestamp = long(os.fstat(f.fileno()).st_mtime)

Regards
Shivam Agarwal
History
Date User Action Args
2012-02-13 12:02:49shivam_python_issuessetrecipients: + shivam_python_issues, terry.reedy, mark.dickinson, vstinner
2012-02-13 12:02:49shivam_python_issuessetmessageid: <1329134569.47.0.971908019756.issue13986@psf.upfronthosting.co.za>
2012-02-13 12:02:48shivam_python_issueslinkissue13986 messages
2012-02-13 12:02:48shivam_python_issuescreate