diff options
author | Andre Delfino <adelfino@gmail.com> | 2019-03-14 19:28:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-03-14 19:28:31 (GMT) |
commit | b420428cf5c27ab90a206bf107cb055c84dcccd1 (patch) | |
tree | 81f4e907817c7b2a4fc97b7e68e584a975ffcbaf /Doc/tools | |
parent | 53c2935dac9d814a3d0bae504dae2ee1c941c731 (diff) | |
download | cpython-b420428cf5c27ab90a206bf107cb055c84dcccd1.zip cpython-b420428cf5c27ab90a206bf107cb055c84dcccd1.tar.gz cpython-b420428cf5c27ab90a206bf107cb055c84dcccd1.tar.bz2 |
Document actual string.punctuation value. (GH-12270)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 3c23dc1..68a278c 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -215,6 +215,7 @@ library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2]) 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, |