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 kbk
Recipients gpolo, kbk, roger.serwy, terry.reedy
Date 2009-04-04.06:32:11
SpamBayes Score 1.0183038e-07
Marked as misclassified No
Message-id <1238826734.38.0.667956936587.issue3851@psf.upfronthosting.co.za>
In-reply-to
Content
This wasn't backported to 2.5 as it's trivial and life
is short.

I have a clean install of 3.0.1 from the msi installer,
running on an eeePC 1000HA, XP Home, tk 8.5.

If I type a string at the >>> prompt in the IDLE shell
and hit the home key, the cursor goes to the left of
the string.  A second press puts it at the left margin.
Subseqent presses toggle.

I suggest you do a clean install.  I get the same result
on Linux and XP, for 2.6.1, 3.0.1, 2. HEAD, and 3. HEAD.

If you look at EditorWindow.py:282 in 3.0.1 you can see
the fix.  Please check yours.

Are you saying you have 2.6.1 and 3.0.1 installed and
they act differently?  Do they both show the same version
for Tk?  Please try to find out why 2.6 and 3.0 act
differently on your machine!
History
Date User Action Args
2009-04-04 06:32:14kbksetrecipients: + kbk, terry.reedy, gpolo, roger.serwy
2009-04-04 06:32:14kbksetmessageid: <1238826734.38.0.667956936587.issue3851@psf.upfronthosting.co.za>
2009-04-04 06:32:13kbklinkissue3851 messages
2009-04-04 06:32:11kbkcreate