[Idle-dev] Python Idle Moratorium
Kurt B. Kaiser
kbk@shore.net
17 Sep 2002 19:47:34 -0400
Guido has posted a moratorium on futher Python Idle development,
with the intention that work be shifted to Idlefork.
I'd like to extend an invitation to any interested developers with
Python CVS access to join the Idlefork project to continue their
idle ways ;)
Send me an email and I'll set you up with Idlefork access.
=============== copy from python-dev =============================
http://mail.python.org/pipermail/python-dev/2002-September/028776.html
[GvR]
I'd like to put a stop to all changes to the version of IDLE in the
Python source tree (Tools/idle/* -- let's call it Python-idle). The
current crop of changes are being merged into Idlefork, the separate
SF project where a new IDLE version is being cooked. I hope that
Idlefork will be ready to be merged back into Python before we release
Python 2.3, and that will be easiest if we can simply abandon the
existing Python-idle code and copy the latest Idlefork in its place.
Any changes made to the Python-idle code will be lost at that point.
If you have a bug, fix or feature for IDLE, please suggest it on the
idle-dev mailing list or on Idlefork's SF bug/patch managers!
====================================================================
Note that Idlefork is 2.2 compliant; code requiring 2.3 should be
deferred until the merge with Python:
================ copy from python-dev ==============================
http://mail.python.org/pipermail/python-dev/2002-September/028782.html
> Does Idlefork also require CVS Python?
[GvR]
Not yet, AFAIK, it requires 2.2. A very small number of changes to
Python-idle could not be merged for that reason (e.g. mkstemp). I'd
like to keep Idlefork working with 2.2 so there's a reasonable
potential user base for an Idlefork release.
===================================================================
KBK