@@ -658,7 +658,7 @@ Release date: 2006-08-10
658658* started a reference user manual
659659
660660* new W0212 message for access to protected member from client code
661- (close #14081)
661+ (Closes #14081)
662662
663663* new W0105 and W0106 messages extracted from W0104 (statement seems
664664 to have no effect) respectively when the statement is actually string
@@ -668,7 +668,7 @@ Release date: 2006-08-10
668668* reclassified W0302 to C0302
669669
670670* fix so that global messages are not anymore connected to the last
671- analyzed module (close #10106)
671+ analyzed module (Closes #10106)
672672
673673* fix some bugs related to local disabling of messages
674674
@@ -708,7 +708,7 @@ Release date: 2006-03-06
708708
709709* W0705 has been reclassified to E0701, and is now detecting more
710710 inheriting problem, and a false positive when empty except clause is
711- following an Exception catch has been fixed (close #10422)
711+ following an Exception catch has been fixed (Closes #10422)
712712
713713* E0212 and E0214 (metaclass/class method should have mcs/cls as first
714714 argument have been reclassified to C0202 and C0203 since this not as
@@ -812,13 +812,13 @@ Release date: 2005-11-07
812812 module whose name starts with a deprecated module's name (close
813813 #10061)
814814
815- * fix "module has no name __dict__" false positive (close #10039)
815+ * fix "module has no name __dict__" false positive (Closes #10039)
816816
817817* fix "access to undefined variable __path__" false positive (close
818818 #10065)
819819
820820* fix "explicit return in __init__" false positive when return is
821- actually in an inner function (close #10075)
821+ actually in an inner function (Closes #10075)
822822
823823
824824What's New in Pylint 0.8.0?
@@ -835,7 +835,7 @@ Release date: 2005-10-21
835835
836836* new --acquired-members option on the classes checker, used when
837837 --zope=yes to avoid false positive on acquired attributes (listed
838- using this new option) (close #8616)
838+ using this new option) (Closes #8616)
839839
840840* generate one E0602 for each use of an undefined variable
841841 (previously, only one for the first use but not for the following)
@@ -855,11 +855,11 @@ Release date: 2005-10-21
855855* fix astng checkers traversal order
856856
857857* fix bug in format checker when parsing a file from a platform
858- using different new line characters (close #9239)
858+ using different new line characters (Closes #9239)
859859
860860* fix encoding detection regexp
861861
862- * fix --rcfile handling (support for --rcfile=file, close #9590)
862+ * fix --rcfile handling (support for --rcfile=file, Closes #9590)
863863
864864
865865What's New in Pylint 0.7.0?
@@ -896,11 +896,11 @@ Release date: 2005-04-14
896896* don't fail if we are unable to read an inline option (e.g. inside a
897897 module), just produce an information message (test func_i0010)
898898
899- * new message E0103 for break or continue outside loop (close #8883,
899+ * new message E0103 for break or continue outside loop (Closes #8883,
900900 test func_continue_not_in_loop)
901901
902902* fix bug in the variables checker, causing non detection of some
903- actual name error (close #8884, test
903+ actual name error (Closes #8884, test
904904 func_nameerror_on_string_substitution)
905905
906906* fix bug in the classes checker which was making pylint crash if
@@ -980,7 +980,7 @@ Release date: 2005-01-20
980980* correctly detect access to member defined latter in __init__ method
981981
982982* now depends on common 0.8.1 to fix problem with interface resolution
983- (close #8606)
983+ (Closes #8606)
984984
985985* new --list-msgs option describing available checkers and their
986986 messages
0 commit comments