Message319919
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 | Dean Morin |
|---|---|
| Recipients | Dean Morin, r.david.murray |
| Date | 2018-06-18.22:10:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529359828.42.0.56676864532.issue33896@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Fair enough, how about just making it clearer in the documentation? Currently you need to look at the source code to see what would be required for a signature clash to occur. Maybe something like: Note that the [os.stat()](https://docs.python.org/3/library/os.html#os.stat) signatures only consider [st_mode](https://docs.python.org/3/library/os.html#os.stat_result.st_mode), [st_size](https://docs.python.org/3/library/os.html#os.stat_result.st_size), and [st_mtime](https://docs.python.org/3/library/os.html#os.stat_result.st_mtime). In some circumstances it's possible for differing files to be considered equal when _shallow_ is `True`. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-18 22:10:28 | Dean Morin | set | recipients: + Dean Morin, r.david.murray |
| 2018-06-18 22:10:28 | Dean Morin | set | messageid: <1529359828.42.0.56676864532.issue33896@psf.upfronthosting.co.za> |
| 2018-06-18 22:10:28 | Dean Morin | link | issue33896 messages |
| 2018-06-18 22:10:28 | Dean Morin | create | |