[Idle-dev] CVS: idle EditorWindow.py,1.30,1.31

Guido van Rossum guido@python.org
Mon, 16 Sep 2002 23:10:21 -0400


> At 07:13 PM 9/15/2002 -0700, Kurt B. Kaiser wrote:
>  >Update of /cvsroot/idlefork/idle
>  >In directory usw-pr-cvs1:/tmp/cvs-serv22220
>  >
>  >Modified Files:
>  >	EditorWindow.py
>  >Log Message:
>  >Merge Py Idle changes:
>  >
>  >Rev 1.39 GvR
>  >Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart
>  >indent error
>  >
>  >Use // where int division is intended.  (This breaks IDLE for use with
>  >previous Python versions -- I don't care.)

Mats Wichmann:
> Is this kind of breakage really necessary?

It's pretty much a necessity to use Python 2.2 for the new code base
anyway.  Keeping it backwards compatible with 2.1 would be a pain, and
given the small number of volunteer developers we've got, would
discourage development.  If it's really necessary to have a version of
Idlefork running on Python 2.1, perhaps a separate volunteer force can
work on a backport.  (But I warn you, it's more than changing // back
to /.)

--Guido van Rossum (home page: http://www.python.org/~guido/)