[issue41809] finding file attributes in Windows seems to fail

2020-09-18 Thread musiquegraeme
musiquegraeme added the comment: I got '3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]' -- ___ Python tracker <https://bugs.python.org/issue41

[issue41809] finding file attributes in Windows seems to fail

2020-09-18 Thread musiquegraeme
New submission from musiquegraeme : 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