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 musiquegraeme
Recipients musiquegraeme, terry.reedy
Date 2020-09-18.14:24:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600439063.01.0.806947932317.issue41809@roundup.psfhosted.org>
In-reply-to
Content
When I try this in shell 
     os.stat('MyFile2.iso').st_file_attributes
I get a value - 32

When I try this in IDLE 
     print (os.stat('MyFile2.iso').st_file_attributes)

I get the error message.

AttributeError: 'os.stat_result' object has no attribute 'st_file_atributes'
History
Date User Action Args
2020-09-18 14:24:23musiquegraemesetrecipients: + musiquegraeme, terry.reedy
2020-09-18 14:24:23musiquegraemesetmessageid: <1600439063.01.0.806947932317.issue41809@roundup.psfhosted.org>
2020-09-18 14:24:22musiquegraemelinkissue41809 messages
2020-09-18 14:24:21musiquegraemecreate