components/pylint/patches/pylint.1.patch
author Charly Abraham <Charly.Abraham@oracle.COM>
Mon, 15 Jun 2015 03:17:29 -0700
branchs11u2-sru
changeset 4481 9ee3f8d1c3c6
parent 247 c57f32335aee
permissions -rw-r--r--
15780765 SUNBT7155974 change FMRI of timezone to open source version format

--- pylint-0.18.0.orig/man/pylint.1	Tue Mar 17 04:15:55 2009
+++ pylint-0.18.0/man/pylint.1	Mon May  9 15:25:30 2011
@@ -114,7 +114,7 @@
 
 .SH CLASSES
 .IP "--ignore-iface-methods=<method names>"
-List of interface methods to ignore, separated by a comma. This is used for instance to not check methods defines in Zope's Interface base class. [current: isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by]
+List of interface methods to ignore, separated by a comma. This is used for instance to not check methods defines in Zope's Interface base class. [current: isImplementedBy,deferred,extends,names, namesAndDescriptions,queryDescriptionFor,getBases, getDescriptionFor,getDoc,getName,getTaggedValue, getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue, isImplementedByInstancesOf,adaptWith,is_implemented_by]
 .IP "--defining-attr-methods=<method names>"
 List of method names used to declare (i.e. assign) instance attributes. [current: __init__,__new__,setUp]