]> granicus.if.org Git - python/commitdiff
Update suspicious ignore file.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 28 Mar 2013 03:12:31 +0000 (05:12 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 28 Mar 2013 03:12:31 +0000 (05:12 +0200)
1  2 
Doc/howto/logging-cookbook.rst
Doc/tools/sphinxext/susp-ignored.csv

Simple merge
index 2c15a5c23d21775e80e3b1219534d0f8ca163043,ae358554e763b668c39b414023c6f5c237cbee6f..96de6c5b0207898a76c86f13d59be34a2be8fb02
@@@ -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"