components/pylint/patches/pylint.1.patch
changeset 247 c57f32335aee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/pylint/patches/pylint.1.patch	Thu May 19 09:15:54 2011 -0700
@@ -0,0 +1,11 @@
+--- 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]
+