Message 377119 - Python tracker

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.

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'