[issue28623] Let `shlex.quote` accept a `PathLike` object

2016-11-07 Thread Berker Peksag

Berker Peksag added the comment:

Agreed with David. Closing this as 'rejected'. Thanks for the report.

--
nosy: +berker.peksag
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28623] Let `shlex.quote` accept a `PathLike` object

2016-11-06 Thread R. David Murray

R. David Murray added the comment:

Which IMO is correct.  shlex.quote takes an arbitrary string, not a filename.  
I'm -1 on this proposal.

--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28623] Let `shlex.quote` accept a `PathLike` object

2016-11-06 Thread Ram Rachum

New submission from Ram Rachum:

Currently it complains that you haven't fed it a string-like object.

--
components: Library (Lib)
messages: 280133
nosy: cool-RR
priority: normal
severity: normal
status: open
title: Let `shlex.quote` accept a `PathLike` object
type: enhancement
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com