[issue33739] pathlib: Allow ellipsis to appear after "/" to navigate to parent path

Brett Cannon report at bugs.python.org
Sat Jun 2 16:30:25 EDT 2018


Brett Cannon <brett at python.org> added the comment:

I'm personally not loving the idea either by re-purposing Ellipsis for this since my brain keeps thinking you're trying to go two levels up instead of just one with that extra dot. It should also be mentioned that paths ending in an ellipsis has actual meaning in Perforce when it comes at the end of a path.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33739>
_______________________________________


More information about the Python-bugs-list mailing list