summaryrefslogtreecommitdiffstats
path: root/Doc/tools/susp-ignored.csv
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2018-09-24 10:42:33 (GMT)
committerGitHub <noreply@github.com>2018-09-24 10:42:33 (GMT)
commit2d3ff2b5ea6c903973f99d2155c9c1b60591dceb (patch)
treeb31605483f70808db5c61d89782d3bf0ada20c48 /Doc/tools/susp-ignored.csv
parent558c49bcf3a8543d64a68de836b5d855efd56696 (diff)
downloadcpython-2d3ff2b5ea6c903973f99d2155c9c1b60591dceb.zip
cpython-2d3ff2b5ea6c903973f99d2155c9c1b60591dceb.tar.gz
cpython-2d3ff2b5ea6c903973f99d2155c9c1b60591dceb.tar.bz2
bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317)
Diffstat (limited to 'Doc/tools/susp-ignored.csv')
-rw-r--r--Doc/tools/susp-ignored.csv2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index 33cd48f..bb3310b 100644
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -15,8 +15,6 @@ faq/programming,,::,for x in sequence[::-1]:
faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"
faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
faq/windows,,:bd8afb90ebf2,"Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32"
-howto/cporting,,:encode,"if (!PyArg_ParseTuple(args, ""O:encode_object"", &myobj))"
-howto/cporting,,:say,"if (!PyArg_ParseTuple(args, ""U:say_hello"", &name))"
howto/curses,,:black,"colors when it activates color mode. They are: 0:black, 1:red,"
howto/curses,,:red,"colors when it activates color mode. They are: 0:black, 1:red,"
howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"