From: Ezio Melotti Date: Thu, 28 Mar 2013 03:12:31 +0000 (+0200) Subject: Update suspicious ignore file. X-Git-Tag: v3.4.0a1~1080 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f92b063c4eacc3ad5a1602fca50f8d744b5e6b6b;p=python Update suspicious ignore file. --- f92b063c4eacc3ad5a1602fca50f8d744b5e6b6b diff --cc Doc/tools/sphinxext/susp-ignored.csv index 2c15a5c23d,ae358554e7..96de6c5b02 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@@ -221,6 -231,6 +231,7 @@@ library/pdb,,:lineno,filename:linen library/pdb,,:lineno,[filename:lineno | bpnumber [bpnumber ...]] library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")" library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS""" ++library/pprint,,::,"'Programming Language :: Python :: 2 :: Only']," library/pprint,209,::,"'classifiers': ['Development Status :: 4 - Beta'," library/pprint,209,::,"'Intended Audience :: Developers'," library/pprint,209,::,"'License :: OSI Approved :: MIT License'," @@@ -248,6 -258,6 +259,7 @@@ library/sqlite3,,:age,"cur.execute(""se library/sqlite3,,:age,"select name_last, age from people where name_last=:who and age=:age" library/sqlite3,,:memory, library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})" ++library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)" library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group" library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc." library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"