Shivam <shivam.agar...@aricent.com> added the comment:

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

----------

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

Reply via email to