| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is a follow-up to pythonGH-100811. One of the changes in that PR isn't accurate in that `os.path.join('', '')` will not end in a separator. This reverts that change to the previous wording that used "only", but explicitly calls out the case where the last part ends in a separator, which is what caused confusin in pythonGH-77607 and motivated the change in pythonGH-100811. (cherry picked from commit 909a674) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
This is a follow-up to GH-100811.
One of the changes in that PR isn't accurate in that
os.path.join('', '') will not end in a separator.
This reverts that change to the previous wording that used "only", but
explicitly calls out the case where the last part ends in a separator,
which is what caused confusin in GH-77607 and motivated the change
in GH-100811.
(cherry picked from commit 909a674)
Co-authored-by: Shantanu 12621235+hauntsaninja@users.noreply.github.com