diff options
author | David Jones <drj@pobox.com> | 2019-07-16 14:55:19 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2019-07-16 14:55:19 (GMT) |
commit | 6a61714cde7037cd9a1bcc11ecccb17fe3081295 (patch) | |
tree | 2e74f049d54202aa745690def222d6125ed7d761 /Doc/tools/susp-ignored.csv | |
parent | e8692818afd731c1b7e925c626ac8200b1f1c31e (diff) | |
download | cpython-6a61714cde7037cd9a1bcc11ecccb17fe3081295.zip cpython-6a61714cde7037cd9a1bcc11ecccb17fe3081295.tar.gz cpython-6a61714cde7037cd9a1bcc11ecccb17fe3081295.tar.bz2 |
Replace backquote with command substitution in subprocess doc example (GH-13941)
Replace backquotes with POSIXy command substitution in example.
Diffstat (limited to 'Doc/tools/susp-ignored.csv')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index fcf556e..8075775 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -218,8 +218,6 @@ library/stdtypes,,:len,s[len(s):len(s)] library/stdtypes,,::,>>> y = m[::2] library/stdtypes,,::,>>> z = y[::-2] library/string,,`,"!""#$%&'()*+,-./:;<=>?@[\]^_`{|}~" -library/subprocess,,`,"output=`dmesg | grep hda`" -library/subprocess,,`,"output=`mycmd myarg`" library/tarfile,,:bz2, library/tarfile,,:compression,filemode[:compression] library/tarfile,,:gz, |