From: Thomas V. S. <tho...@us...> - 2011-01-25 11:40:11
|
Update of /cvsroot/pychecker/pychecker In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5451 Modified Files: ChangeLog Log Message: * pychecker/Stack.py: Document isMethodCall. Add a FIXME for the fact that we're not checking at all if the item really represents a method known to the classObject passed. It breaks test 69 which does __init__ aliasing. * pychecker/pcmodules.py: Document Class better. Add an assert to make sure that we add by the real name of the method. Index: ChangeLog =================================================================== RCS file: /cvsroot/pychecker/pychecker/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -u -d -r1.147 -r1.148 --- ChangeLog 25 Jan 2011 10:32:24 -0000 1.147 +++ ChangeLog 25 Jan 2011 11:39:59 -0000 1.148 @@ -1,5 +1,17 @@ 2011-01-25 Thomas Vander Stichele <thomas at apestaart dot org> + * pychecker/Stack.py: + Document isMethodCall. + Add a FIXME for the fact that we're not checking at all if the + item really represents a method known to the classObject passed. + It breaks test 69 which does __init__ aliasing. + * pychecker/pcmodules.py: + Document Class better. + Add an assert to make sure that we add by the real name of the + method. + +2011-01-25 Thomas Vander Stichele <thomas at apestaart dot org> + * HACKING: Add debian note. * pychecker/CodeChecks.py: |