[Pydev-cvs] org.python.pydev Changes.txt,1.389,1.390
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-10 00:45:24
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27110 Modified Files: Changes.txt Log Message: <strong>Code-completion</strong>: Working for attributes found in a superclass imported with a relative import bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1961017&group_id=85796&atid=577329 Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.389 retrieving revision 1.390 diff -C2 -d -r1.389 -r1.390 *** Changes.txt 9 May 2008 22:22:13 -0000 1.389 --- Changes.txt 10 May 2008 00:45:30 -0000 1.390 *************** *** 5,8 **** --- 5,9 ---- <li><strong>Debugger</strong>: Disable all works. Patch from: Oldrich Jedlicka</li> <li><strong>Debugger</strong>: Problem when making a step return</li> + <li><strong>Code-completion</strong>: Working for attributes found in a superclass imported with a relative import</li> after 1.3.15 |