[Pydev-cvs] org.python.pydev Changes.txt,1.401,1.402
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-06-29 23:11:15
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9078 Modified Files: Changes.txt Log Message: <li><strong>raw_input() and input()</strong>: functions are now changed when a program is launched from eclipse to consider a trailing '\r'</li> Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.401 retrieving revision 1.402 diff -C2 -d -r1.401 -r1.402 *** Changes.txt 29 Jun 2008 22:48:18 -0000 1.401 --- Changes.txt 29 Jun 2008 23:11:22 -0000 1.402 *************** *** 12,15 **** --- 12,16 ---- <li><strong>Eclipse 3.2</strong>: Interactive console working / fixed some incompatibilities</li> <li><strong>Eclipse 3.4</strong>: Hyperlinks working</li> + <li><strong>raw_input() and input()</strong>: functions are now changed when a program is launched from eclipse to consider a trailing '\r'</li> </ul> |