- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message377119
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:23 | musiquegraeme | set | recipients: + musiquegraeme, terry.reedy |
| 2020-09-18 14:24:23 | musiquegraeme | set | messageid: <1600439063.01.0.806947932317.issue41809@roundup.psfhosted.org> |
| 2020-09-18 14:24:22 | musiquegraeme | link | issue41809 messages |
| 2020-09-18 14:24:21 | musiquegraeme | create | |

