Conversation
On Windows a directory is ending in \\ and not /.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Misc/NEWS.d/next/Core and Builtins/2024-03-20-15-54-25.gh-issue-117084.uj1NbR.rst
Outdated
Show resolved
Hide resolved
…e-117084.uj1NbR.rst Co-authored-by: Timo Furrer <tuxtimo@gmail.com>
|
Thank you for your contribution @fliiiix. I have two requirements:
Creating specific tests is something non-trivial task, so instead of guiding you to find the right solution (which I myself didn't know at first), it was easier for me to do it myself (#117129). Anyway, thank you. I hope for fruitful cooperation in the future. |
Did you just denied my first contribution to cpython? 😢 |
|
I'm sorry. But now that you've taken the first steps, cloned the repository, and created your first PR, creating other PRs should be much easier, so I look forward to your contribution in the future. |
On Windows a directory is ending in \ and not /.
This is the smallest fix i could think of.
Not sure if there are edge cases with files containing
\\at the end.