#35320: Remove unnecessary django.core.files.move._samefile() hook.
-------------------------------------+-------------------------------------
Reporter: bcail | Owner: bcail
Type: | Status: closed
Cleanup/optimization |
Component: File | Version: dev
uploads/storage |
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"8dbfef469582128c9d8487bf3f45d861b2ecfcb9" 8dbfef4]:
{{{#!CommitTicketReference repository=""
revision="8dbfef469582128c9d8487bf3f45d861b2ecfcb9"
Fixed #35320 -- Removed unnecessary django.core.files.move._samefile()
hook.
os.path.samefile() uses the same implementation on Windows as all other
platforms since Python 3.4.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/35320#comment:8>