[issue26017] Update https://docs.python.org/3/installing/index.html to always quote arguments

Zachary Ware report at bugs.python.org
Tue Jan 5 12:55:43 EST 2016


Zachary Ware added the comment:

I'd also suggest using double quotes ("); single quotes don't work on Windows.

C:\>echo 'test>=test'

C:\>dir /b test*
test'

C:\>type "test'"
'test

----------
nosy: +zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26017>
_______________________________________


More information about the Python-bugs-list mailing list