This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients cheryl.sabella, eryksun, vinay.sajip, xtreak
Date 2019-01-07.00:09:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546819754.15.0.302360804411.issue35667@roundup.psfhosted.org>
In-reply-to
Content
> I am not sure about the difference in semantics between powershell and 
> command prompt with respect to quoting since

CMD only uses single quotes in `for /f` loops, in which it's either a command or a literal string (w/ the "usebackq" option). This is not a problem in activate.bat. 

Double quotes in file names generally shouldn't be a problem in Windows. As far as I know, only the named-pipe file system allows them in pipe-file names (e.g. r'\\?\pipe\"pipename"'), and for regular files they're allowed in stream names (e.g. 'filename:"streamname"'). Otherwise, double quote should be reserved in file names as the DOS_DOT wildcard character.
History
Date User Action Args
2019-01-07 00:09:15eryksunsetrecipients: + eryksun, vinay.sajip, cheryl.sabella, xtreak
2019-01-07 00:09:14eryksunsetmessageid: <1546819754.15.0.302360804411.issue35667@roundup.psfhosted.org>
2019-01-07 00:09:14eryksunlinkissue35667 messages
2019-01-07 00:09:13eryksuncreate