[Python-Dev] Even more prerelease Python fun on Windows!
Guido van Rossum
guido@beopen.com
Sat, 02 Sep 2000 11:00:29 -0500
[Vladimir]
> In IDLE I get *beep* sounds every time I hit RETURN without typing
> anything.
This appears to be a weird side effect of the last change I made in
IDLE:
----------------------------
revision 1.28
date: 2000/03/07 18:51:49; author: guido; state: Exp; lines: +24 -0
Override the Undo delegator to forbid any changes before the I/O mark.
It beeps if you try to insert or delete before the "iomark" mark.
This makes the shell less confusing for newbies.
----------------------------
I hope we can fix this before 2.0 final goes out...
--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)