[Pydev-cvs] org.python.pydev Changes.txt,1.366,1.367
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-04-12 12:07:56
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8550 Modified Files: Changes.txt Log Message: help() works (ctype implementation no longer in default pythonpath -- under ThirdParty) Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.366 retrieving revision 1.367 diff -C2 -d -r1.366 -r1.367 *** Changes.txt 12 Apr 2008 11:44:23 -0000 1.366 --- Changes.txt 12 Apr 2008 12:08:00 -0000 1.367 *************** *** 3,6 **** --- 3,7 ---- Pydev <li>Bug fix for pydev package explorer when refreshed element parent was null</li> + <li>Interactive console: help() works</li> after 1.3.14 |