summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-10-03-09-25-02.bpo-34711.HeOmKR.rst
blob: f3522f319785d4ec890576ffb8ae45fb825fdff8 (plain)
1
2
3
http.server ensures it reports HTTPStatus.NOT_FOUND when the local path ends with "/"
and is not a directory, even if the underlying OS (e.g. AIX) accepts such paths as a
valid file reference. Patch by Michael Felt.