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 stephenfin
Recipients stephenfin
Date 2020-06-23.16:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592930686.73.0.679149711266.issue41092@roundup.psfhosted.org>
In-reply-to
Content
The 'os.path.getsize' API returns the apparent size of the file at *path*, that is, the number of bytes the file reports itself as consuming. However, it's often useful to get the actual size of the file, or the size of file on disk. It would be helpful if one could get this same information from 'os.path.getsize'.
History
Date User Action Args
2020-06-23 16:44:46stephenfinsetrecipients: + stephenfin
2020-06-23 16:44:46stephenfinsetmessageid: <1592930686.73.0.679149711266.issue41092@roundup.psfhosted.org>
2020-06-23 16:44:46stephenfinlinkissue41092 messages
2020-06-23 16:44:46stephenfincreate