New submission from I_love_study <1450069...@qq.com>:

shlex.quote always use single quote
but in some shell (like Cmd on Windows), single quote cannot be recognized as a 
shell-escaped string, only double quote can.
So I think a option that can choose between single quote and double quote is 
better

----------
components: Library (Lib)
messages: 411258
nosy: I-love-study
priority: normal
severity: normal
status: open
title: A option that choose between single quote and double quote in shlex.quote
type: enhancement

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

Reply via email to