Update of /cvsroot/pychecker/pychecker
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28079
Modified Files:
ChangeLog
Log Message:
* test/input/nestedinit.py:
Add another test case that triggers the wrong warnings.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pychecker/pychecker/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- ChangeLog 21 Jan 2011 11:08:39 -0000 1.145
+++ ChangeLog 21 Jan 2011 11:51:19 -0000 1.146
@@ -1,5 +1,10 @@
2011-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
+ * test/input/nestedinit.py:
+ Add another test case that triggers the wrong warnings.
+
+2011-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
+
* pychecker/check.py:
Don't add None to sys.path
|