New submission from Ram Rachum:

Today I had to check whether a path object started with `/foo`. The nicest way 
I could think of was `str(p).startswith('/foo')`. What do you think about 
implementing `p.startswith('/foo')`?

----------
components: Library (Lib)
messages: 279699
nosy: cool-RR, pitrou
priority: normal
severity: normal
status: open
title: Implement `PurePath.startswith` and `PurePath.endswith`
type: enhancement
versions: Python 3.7

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

Reply via email to