SIGN IN SIGN UP

bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)

Added a note in the `subprocess` docs that recommend using `shlex.quote` without mentioning that this is only applicable to Unix. 

Also added a warning straight into the `shlex` docs since it only says "for simple syntaxes resembling that of the Unix shell" and says using `quote` plugs the security hole without mentioning this important caveat.
A
Ammar Askar committed
f9a8386e44a695551a1e54e709969e90e9b96bc4
Parent: fa476fe
Committed by GitHub <noreply@github.com> on 11/11/2020, 7:29:56 AM