Jason R. Coombs <jar...@jaraco.com> added the comment:

Today I encountered another situation where it would be convenient to allow an 
ellipsis at the beginning of the syntax:

>>> pathlib.Path('abc')
...Path('abc')

Because pathlib.Path resolves to `PosixPath` and `WindowsPath` depending on the 
platform, it would be nice to match both.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32509>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to