Terry J. Reedy added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to