Message 81301 - Python tracker

Message81301

Author terry.reedy
Recipients kbk, rhettinger, terry.reedy
Date 2009-02-06.21:50:36
SpamBayes Score 0.0022832893
Marked as misclassified No
Message-id <1233957040.09.0.0783883775572.issue5150@psf.upfronthosting.co.za>
In-reply-to
Content
If the interactive interpreter did not require blank lines within blocks
to have at least one 'trailing' space to avoid prematurely ending the
block (as when copy from editor window and paste), IDLE could
automatically rstrip lines.  Given that that should not be done, a menu
item would be nice.
History
Date User Action Args
2009-02-06 21:50:40terry.reedysetrecipients: + terry.reedy, rhettinger, kbk
2009-02-06 21:50:40terry.reedysetmessageid: <1233957040.09.0.0783883775572.issue5150@psf.upfronthosting.co.za>
2009-02-06 21:50:38terry.reedylinkissue5150 messages
2009-02-06 21:50:37terry.reedycreate