The following forum message was posted by markdthompson at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696608:

In the PyDev Console interactive shell, hitting enter to add a blank line to
the end of a multi-line command doesn't execute the code, it just adds another
continuation line.

>>> import sys; print('%s %s' % (sys.executable or sys.platform, sys.version))
C:\Python27\python.exe 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500
32 bit (Intel)]
PyDev console: using default backend (IPython not available).
>>> for x in range(1,11):
...          print repr(x*x).rjust(2), repr(x*x*x).rjust(3),
...          print repr(x*x*x).rjust(4)
...
...
...
etc.

Using Eclipse Indigo w/ PyDev 2.2.2
    
    
    


------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to