From: Thomas V. S. <tho...@us...> - 2011-01-21 10:33:41
|
Update of /cvsroot/pychecker/pychecker In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15663 Modified Files: ChangeLog Log Message: * pychecker/CodeChecks.py: Make it clear when handling IMPORT_STAR whether we are actually able to import because we've loaded the module. Index: ChangeLog =================================================================== RCS file: /cvsroot/pychecker/pychecker/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -d -r1.142 -r1.143 --- ChangeLog 18 Jan 2011 09:09:21 -0000 1.142 +++ ChangeLog 21 Jan 2011 10:33:31 -0000 1.143 @@ -1,3 +1,9 @@ +2011-01-21 Thomas Vander Stichele <thomas at apestaart dot org> + + * pychecker/CodeChecks.py: + Make it clear when handling IMPORT_STAR whether we are actually + able to import because we've loaded the module. + 2011-01-18 Thomas Vander Stichele <thomas at apestaart dot org> * test/test_internal.py: |