Skip to content

Commit b420428

Browse files
andresdelfinoserhiy-storchaka
authored andcommitted
Document actual string.punctuation value. (GH-12270)
1 parent 53c2935 commit b420428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/string.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ The constants defined in this module are:
5656
.. data:: punctuation
5757

5858
String of ASCII characters which are considered punctuation characters
59-
in the ``C`` locale.
60-
59+
in the ``C`` locale: ``!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~``.
6160

6261
.. data:: printable
6362

Doc/tools/susp-ignored.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
215215
library/stdtypes,,:len,s[len(s):len(s)]
216216
library/stdtypes,,::,>>> y = m[::2]
217217
library/stdtypes,,::,>>> z = y[::-2]
218+
library/string,,`,"!""#$%&'()*+,-./:;<=>?@[\]^_`{|}~"
218219
library/subprocess,,`,"output=`dmesg | grep hda`"
219220
library/subprocess,,`,"output=`mycmd myarg`"
220221
library/tarfile,,:bz2,

0 commit comments

Comments
 (0)