João Paulo Silva wrote:
<snip> >So, mainly for beginners (I believe for everyone), the IDLE >interactive mode could work like the "pure text" mode. The '...' is >very useful to maintain the identation, and the code becomes easier to >read and write. > > > There is a similar issue in the Python tutorial where the first examples use the Cpython interpreter style (ps2="...") while latter examples use Idle style. The rationale is that using the Idle style eases copy-paste of the code. -- Grégoire Dooms _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
