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 Todd.Rovito
Recipients Ramchandra Apte, Todd.Rovito, ajaksu2, bmiller, cben, gpolo, kbk, roger.serwy, taleinat, terry.reedy
Date 2013-03-23.03:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364008175.35.0.760648287041.issue2704@psf.upfronthosting.co.za>
In-reply-to
Content
Made minor modifications to Roger's Terminal.py to get the extension to work with Python 3.4.  This is an excellent extension as a user can toggle it on/off from the Options menu. The up/down arrow keys now allow a user to scroll through history but the meta-n meta-p keys still work offering the best of both worlds.  If a user wants to scroll around the screen with the arrow keys simply turn off the extension from the option bar and start moving the cursor with the arrow keys.  Excellent work Roger!!!!!

-Changed the original variable from enabled to enable to match other extensions
-Tested it on Mac OS X with 3.4 and it works PERFECT!
-Added a small if statement to pull in the right tkinter import based on sys.version
History
Date User Action Args
2013-03-23 03:09:35Todd.Rovitosetrecipients: + Todd.Rovito, terry.reedy, kbk, cben, taleinat, ajaksu2, gpolo, bmiller, roger.serwy, Ramchandra Apte
2013-03-23 03:09:35Todd.Rovitosetmessageid: <1364008175.35.0.760648287041.issue2704@psf.upfronthosting.co.za>
2013-03-23 03:09:35Todd.Rovitolinkissue2704 messages
2013-03-23 03:09:35Todd.Rovitocreate