diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-23 20:49:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 20:49:32 (GMT) |
commit | f8d96b98a48c97d0da8714e5e18675412774a6ef (patch) | |
tree | 9dd426622fa2336ab5d7b52432d6e678531ea726 /Doc/tools | |
parent | 69479ecfa86cc2f0e70d5627d52907e82c3f5b9b (diff) | |
download | cpython-f8d96b98a48c97d0da8714e5e18675412774a6ef.zip cpython-f8d96b98a48c97d0da8714e5e18675412774a6ef.tar.gz cpython-f8d96b98a48c97d0da8714e5e18675412774a6ef.tar.bz2 |
Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index e03c68f..80e77be 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -23,6 +23,9 @@ howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" +howto/descriptor,,:root,"INFO:root" +howto/descriptor,,:Updating,"root:Updating" +howto/descriptor,,:Accessing,"root:Accessing" howto/instrumentation,,::,python$target:::function-entry howto/instrumentation,,:function,python$target:::function-entry howto/instrumentation,,::,python$target:::function-return |