[Pydev-users] [pydev - Users] RE: Problem in Eclipse 3.2/Python 2.4 about '
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-07-28 10:51:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3841993 By: fabioz Nope, this is a python bug mixed with a bad specification on how a shell is supposed to behave. Usually shells put a '\n' when you press enter, but the Eclipse console puts '\r\n' and python does not handle it well, as this is not specified anywhere, and does not seem such awkward, my feeling is that it's a python bug, but you can surely argue the other way... so, you can submit a bug to eclipse.org and python.org and see who'll fix it... (or you can handle it in your program). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |