This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients ncoghlan, roger.serwy, terry.reedy
Date 2013-06-27.20:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372364933.85.0.891173753476.issue18316@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a short script (already uploded) to differ 2.7 and 3.3 versions of an idlelib file. Applied to PyShell, I see unnecessary differences, like 'a,b' changed to 'a, b', or 'not a in b' changed to 'a not in b' only in 3.3 (probably for 3.0 when the necessary changes were made). When working on a particular file, I would be inclined to make the obvious updates to 2.7 first.
History
Date User Action Args
2013-06-27 20:28:53terry.reedysetrecipients: + terry.reedy, ncoghlan, roger.serwy
2013-06-27 20:28:53terry.reedysetmessageid: <1372364933.85.0.891173753476.issue18316@psf.upfronthosting.co.za>
2013-06-27 20:28:53terry.reedylinkissue18316 messages
2013-06-27 20:28:53terry.reedycreate